/Simple-Workout-App

This was a practice tutorial project which I did to learn MERN Stack. It was helpful to learn the basic CRUD operations using MERN Stack from this project.

Primary LanguageJavaScript

Simple-Workout-App

TECH STACK : Node JS, Express JS, React JS, Mongo DB, HTML, CSS, POSTMAN


**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