Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 787 Bytes

File metadata and controls

15 lines (13 loc) · 787 Bytes

Tasks manager application

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

Wanna check how it works?

  • 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

References