**Credits goes to the owner of the project**
(I have followed this project for practice purposes which helped me a lot to learn the concepts behind MERN Stack)
The project contains,
1.Making an Express app using Node JS.
2.Database connection using Mongo DB
3.CRUD Operations from the backend using Express
- Creating a workout
- Getting All Workout Details
- Updating a Workout
- Deleting a Workout
4.Creating a react-app in the frontend.
5.CRUD Operations from the frontend using react
- Adding a workout
- Displaying All Workout Details
- Deleting a Workout