Introduction
  • Introduction & course goals
  • Technology stack
Coding our Backend app
  • Installing Node (skip this if you've already got it installed)
  • Creating our Express app
  • How requests and responses work
  • Creating a Hello World example
  • Creating a ToDo list
  • Enabling a user to complete a ToDo item
  • Filtering our ToDo list for pending tasks only
  • Enabling users to add new ToDo items to the list
Deploying your app on AWS Fargate
  • Dockerizing your app
  • Uploading the Docker image to AWS
  • Setting up AWS Fargate
  • Assigning a domain name to your project
Outro
  • Thanks! I hope you enjoyed the course