tanerijun / nodejs_task_manager

A simple task manager created with NodeJS and Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Manager

A simple task manager created with NodeJS and Express

Get Started

  1. Create a .env file in the root
  2. .env file should contain your mongoDB connection string in this format:
    MONGO_URI = <Your connection string>
    
  3. Install all dependecies
    npm install
    
  4. Run the app (nodemon)
    npm start
    
  5. Visit the site at your browser at port 3000 by default or assign a value to PORT in your env
    https://localhost/3000
    

About

A simple task manager created with NodeJS and Express


Languages

Language:JavaScript 43.4%Language:CSS 40.5%Language:HTML 16.1%