Section 2: Building an Application
In this hands-on section, you will create a Deno application, starting from a server-side rendered website and then moving on to Representational State Transfer (REST) application programming interfaces (APIs) that connect with databases and have authentication.
This section contains the following chapters:
- Chapter 4, Building a Web Application
- Chapter 5, Adding Users and Migrating to Oak
- Chapter 6, Adding Authentication and Connecting to the Database
- Chapter 7, HTTPS, Extracting Configuration, and Deno in the Browser