Please enjoy your stay at my Exercises-App-MERN project!
Users may keep track of the exercises they've finished with this project's Single Page Application (SPA). The MERN stack, which consists of MongoDB, Express, React, and Node.js, was used to build the project, which has both front-end and back-end elements.
Using React and Node, the app's front end was developed with features for global design. MongoDB is used for persistence, together with Mongoose, Express, and REST design principles, in the creation of the back-end. The folders "exercise-rest" and "exercise-ui" contain the front-end user interface and the back-end REST API, respectively.
This straightforward web application carries out CRUD (Create, Read, Update, Delete) actions. Users may update their statistics and keep track of the workouts they've performed.
To run the Github project associated with the readme file, follow these steps:
-
Clone the project repository to your local machine using the command:
git clone https://github.com/Maddesea/Exercises-App-MERN-Full-Stack.git
-
Change your directory to the cloned repository using the command:
cd Exercises-App-MERN-Full-Stack
-
Install the necessary dependencies for the project using the command:
npm install
-
Start the project by running the command:
npm start
-
The project should now be running on your local machine. Open your browser and navigate to http://localhost:3000 to access the application.
-
Please enjoy your stay at my Exercises-App-MERN-Full-Stack project! Users may keep track of the exercises they've finished with this project's Single Page Application (SPA).
Please feel free to go at the code, and if you have any questions or comments, please let me know.