/todo-app

Primary LanguageJavaScript

todo-app

How to Run

  1. Install node
  2. Install Mongodb
  3. Go to backend, do an npm install
  4. From backend folder run node src/index.js
  5. Go to frontend, do an npm install
  6. From frontend run npm start