Task Manager web application using express.
You can add, update, delete you daily tasks.
- Simple user interface made with HTML, CSS and javascript.
- Backend is in node.js
- Database used => mongoDb
- install node and npm
- To install all the dependencies run
npm install
- Create
.env
file and setMONGO_URI=url
, where url is your database instance url - To start the server run
npm start
. - Then browse
localhost:3000
in your browser. - For more info follow this
- Async Wrapper
- Custom Error handler class