Deployment guide
During bootcamp, we'll deploy the web apps we're building to Render, a cloud-based Platform-as-a-Service (PaaS) that allows users to deploy applications without needing to worry about infrastructure tasks like setting up servers, networking, or configuring HTTP proxies.
The guides below are listed in the order you'll need them.
The rest of the guides walk you through deploying apps of increasing complexity:
WIP In Units two and three we will use the guide Deploying a static site built with Node, e.g. to deploy
worldwide-routing
.WIP In Unit four we will use the guide Deploying a full-stack Node application, e.g. to deploy
pupparazzi
.In Unit five onwards we will use the guide Deploying a full-stack application with a database, e.g. to deploy
dreamfest
.WIP In phase three of the course, you may want to deploy your final group project or a personal project. If it includes authentication, then use this guide: Deploying a full-stack application with a database and authentication