Description
In this course, you will learn :
- Javascript and Node
- Create a simple web-app
- AWS hosting with auto-scaling features for the web app
Syllabus ;
1. 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
2. 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