It is a exercise tracker for demonstrating practical of MERN Stack development
This is a simple exercise tracker application, in which user can track it's application by creating new exercise, updating existing exercise, or deleting any exercise if required
- Front-End
- ReactJS ( ^16.13.0 )
- Bootstrap ( ^4.4 )
- Back-End
- NodeJS ( ^v10.15.2 )
- Express ( ^4.17.1 )
-
Front-End
navigate to frontend folder
cd frontend
install npm dependencies
npm install
start the front-end-app
npm start
-
Back-End
navigate to backend folder
cd backend
install npm dependencies
npm install
start the back-end-server
npm start
- Rishav Pandey - Initial work - rishavpandey43
Created by @rishavpandey43 - feel free to contact me!