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

        lesson

        How to Deploy a Deno Docker Image to Digital OceanBuild and deploy a REST API with Deno

        We will deploy our application to Digital Ocean Apps. This is by far the easiest (but most costly) approach.

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

        lesson

        How to Deploy a Deno API Server With the Digital Ocean APIBuild and deploy a REST API with Deno

        We will deploy our application to a server using CI, SSH and git.

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

        lesson

        How to Create Continuous Integration Files for GitHub and GitLabBuild and deploy a REST API with Deno

        You will learn how to create a basic CI file for GitHub and GitLab, and run tests on them

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

        lesson

        How to Build Many-to-Many Namespace Connections in DenoBuild and deploy a REST API with Deno

        The last stretch! We will create our final namespace, Crumb, and connect it to our other models and our router

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

        lesson

        Create New Tables and Models With Deno Database MigrationBuild and deploy a REST API with Deno

        We will create two new tables using a migration and create the equivalent models

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

        lesson

        How to Authenticate and Authorize REST API Requests in DenoBuild and deploy a REST API with Deno

        We will look at how to set up authentication and further authorize the requests

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

        lesson

        Create a Database Controller in DenoBuild and deploy a REST API with Deno

        Creating the server endpoints for the Duck namespace

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

        lesson

        Migrating Data to PostgreSQL and Modeling Data in DenoBuild and deploy a REST API with Deno

        In this step, we will create our first data model and create a corresponding table using a migration