# Project 3: NestJS ## TODO List ### Description Create a TODO List Management System API using Nestjs. Use any DBMS of your choice (MYSQL Recommended). ### Output - User should be able to register - User should be able to login. - User should be able to add a task - User should be able to delete a task - User should be able to update a task - User should be able to view tasks of their own (Any user is neither allowed to reach other users' todo taks nor allowed to view them). - Using ORM is a plus [Sequelize](https://docs.nestjs.com/recipes/sql-sequelize).