From the course: Complete Guide to Serverless Web App Development on AWS

Outlining our projects

- [Instructor] Let's see what projects you're going to build during this course. They're three main projects and by the end, you'll have working applications that you can keep using to learn and experiment. These projects are based on real use cases and practical experience. They simplify common problems that many developers face. The first project is a simple to do web application. Users can log in, you can create users, they can log out, users can create new tasks and they can delete them, edit them, clear them, and everything is stored in a secure database. Every user can see their own tasks and handle them. So everything is kind of secure. This project includes the front end, the API, the backend, and the databases, everything is built using serverless. The second project is a feature voting app. And here users can see all the features that were requested. They can log in and log out and create users as before. And all the users can see all the features, but only logged in users can vote and the voting is only available for a period. So basically the time goes backwards and they can vote and they can then send this to an email. So there is quite a lot of functionality. This project includes a front end, an API, a backend and databases and again everything is serverless. And the third project is just an API and it will be deployed in multiple ways during this course. Everything will be deployed in a container, so this is a containerized API. It's a simple API that allows users to track their water intake. There is multiple APIs that they can try, like register their intake, get the latest ones, the last 30 days and things like that. And this project includes an API and a backend, and everything is container based. In this course you will be building three projects and more. It's a very hands-on course where all the demos are kind of linked together and you need things from one part in order to move along to the next part. So let's get building.

Contents