lesson
How to Deploy a Deno Docker Image to Digital OceanBuild and deploy a REST API with DenoWe will deploy our application to Digital Ocean Apps. This is by far the easiest (but most costly) approach.
lesson
How to Deploy a Deno API Server With the Digital Ocean APIBuild and deploy a REST API with DenoWe will deploy our application to a server using CI, SSH and git.
lesson
How to Create Continuous Integration Files for GitHub and GitLabBuild and deploy a REST API with DenoYou will learn how to create a basic CI file for GitHub and GitLab, and run tests on them
lesson
How to Create a Docker Image to Containerize an ApplicationBuild and deploy a REST API with DenoWe will create a Docker image for our application
lesson
How to Build Many-to-Many Namespace Connections in DenoBuild and deploy a REST API with DenoThe last stretch! We will create our final namespace, Crumb, and connect it to our other models and our router
lesson
Add List, Create, Read, Update, and Delete Requests in DenoBuild and deploy a REST API with DenoWe will create our Quack service and controller
lesson
Create New Tables and Models With Deno Database MigrationBuild and deploy a REST API with DenoWe will create two new tables using a migration and create the equivalent models
lesson
How to Authenticate and Authorize REST API Requests in DenoBuild and deploy a REST API with DenoWe will look at how to set up authentication and further authorize the requests
lesson
Create a Database Controller in DenoBuild and deploy a REST API with DenoCreating the server endpoints for the Duck namespace
lesson
Build API Calls That Generate SQL Queries in DenoBuild and deploy a REST API with DenoCreating the methods to access the database
lesson
Migrating Data to PostgreSQL and Modeling Data in DenoBuild and deploy a REST API with DenoIn this step, we will create our first data model and create a corresponding table using a migration
lesson
Building a MySQL or PostgreSQL Database Pool in DenoBuild and deploy a REST API with DenoTime to connect our models to our database!