Skip to content

vikas-baghel/Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-Manager

Task Manager web application using express.
You can add, update, delete you daily tasks.

Features

  • Simple user interface made with HTML, CSS and javascript.
  • Backend is in node.js
  • Database used => mongoDb

Steps to run on local machine

  • install node and npm
  • To install all the dependencies run npm install
  • Create .env file and set MONGO_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

To Do

  • Async Wrapper
  • Custom Error handler class