- Design and finalize the ToDo App database. Be creative. Support multiple users.
- Create a node server to make Web APIs for ToDo app
- Support following functions:
- Insert item(s) in ToDo list
- Delete item(s) in ToDo list
- Create a new ToDo list
- Delete a ToDo list
- Mark an item as completed
- Add a reminder for the list (not for the item)
- Write the necessary SQL statements/commands to maintain the state of the database.
- Use PostMan to test the APIs.
- .sql file with the dump of database (all create table statements, insert values etc.)
- .js, .json, .* files that make up your app/project
- README.md file that explains how to run and test your app/project
Check out the React repo here
And find out how you can prepare for the first React lecture 👯