Exercise Tracker

Backend of the project is in node and is there in backend directory.

Frontend of the project is in React


cd backend

npm run dev

To start the node server

In the root folder

npm start

Open http://localhost:3000 to view it in the browser.


This Project used

  • mongoDB for database
  • React for frontend development
  • Node and express for backend development

This project was inspiration from this medium.com blog