Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://s3.amazonaws.com/assets.fullstack.io/n/20220121032717257_E3EB1DE9-8083-43C8-9815-B334411B572A.png

lesson

Integrate a PostgreSQL Database With Nessie Into a Deno APIBuild and deploy a REST API with Deno

It's time to add Nessie! We will now initialize Nessie in our project and also spin up our development database

https://s3.amazonaws.com/assets.fullstack.io/n/20220121032717257_E3EB1DE9-8083-43C8-9815-B334411B572A.png

lesson

How to Build REST API Endpoints in DenoBuild and deploy a REST API with Deno

We will create the router and look at how to test our endpoints

https://s3.amazonaws.com/assets.fullstack.io/n/20220121032717257_E3EB1DE9-8083-43C8-9815-B334411B572A.png

lesson

How to Prepare Deno to Build a REST APIBuild and deploy a REST API with Deno

We will create the initial project files and set up our environment

https://s3.amazonaws.com/assets.fullstack.io/n/20220121032717257_E3EB1DE9-8083-43C8-9815-B334411B572A.png

lesson

Best Practices for a REST API: Endpoints and Database SchemaBuild and deploy a REST API with Deno

We will go through the thought process of planning an application.

https://s3.amazonaws.com/assets.fullstack.io/n/20220121032717257_E3EB1DE9-8083-43C8-9815-B334411B572A.png

lesson

How to Run and Roll Back a Database Migration With Deno NessieBuild and deploy a REST API with Deno

We will run our migration and learn how to roll back the migration

https://s3.amazonaws.com/assets.fullstack.io/n/20220121032717257_E3EB1DE9-8083-43C8-9815-B334411B572A.png

lesson

Edit a Deno Nessie Database Migration to Catch ErrorsBuild and deploy a REST API with Deno

We will look at how to write a migration script where we create a table

https://s3.amazonaws.com/assets.fullstack.io/n/20220121032717257_E3EB1DE9-8083-43C8-9815-B334411B572A.png

lesson

How to Create a New Database Migration With Deno NessieBuild and deploy a REST API with Deno

We will go through creating a migration using the Nessie CLI