https://cns-project.herokuapp.com/
Added featurer to add Tasks. Implemented a feature to set the due date for these tasks.
Implemented the backend in REST API with mongoDB as db backend stores all the tasks data received from the Frontend and store it in the Database. implemented a Database in the Backend using mongoDB which stores all this structured data. The data sharing between Frontend and Backend is in JSON format rendered over REST APIs.
- Implemented a feature to set Labels to Tasks like ‘Personal’, ‘Work’, ‘Shopping’ and ‘Others’.
- Implemented a feature to set the Status of the Tasks like ‘New’, ‘In progress’ and ‘Completed’.
- Implemented these features in an End-to-End stack
- Stored the relevant flags in the database.
- Implemented the Signup and Login/Logout functionality. created user-auth schema in the database.
- Implemented a feature to Search and Filter Tasks based on Date-time, Priority and Labels, and a combination of at least two or more.