/todo-list

An efficient task management to-do list app

Primary LanguageJavaScript

TODOS Live Link

Instructions to run locally-

  1. Inside config folder, create a file dev.env and paste the following -

    PORT=5000
    MONGODB_URI='Your mongoDB connection uri'
    JWT_SECRET=YOUR SECRET KEY
    
  2. Inside root directory, run command - npm install

  3. Start the backend server using - npm run server

  4. Open another terminal/cmd for frontend server

  5. Move into frontend folder and run -

    • npm install
    • npm start
  6. The project would be running on http://localhost:3000

Core Team -

     

Anant Bahuguna   Anuj Agrawal