This tasks manager API performs CRUD operations through node with mongodb ODM with mongoose. It has user authentication with email and password, different types of storage and email notifications. Check the project here
git clone git@github.com:learodrigo/node-task-manager-app.git
cd node-task-manager-app
npm i
npm run dev
- Open http://localhost:3000
- Ready to go