Iron Wellness was born from the idea of creating a sports class manager for different gyms as well as the possibility of receiving from users a series of trainings that they can carry out from their homes following an exercise table or teaching virtual classes.
You can view the structure design details here
In order to run this project locally do the following (on both client and server folders except for step 1):
- Clone the project
- Run
npm install
to install all the dependencies - Create a
.env
file and paste the required environment variables in the corresponding field - Run
npm run dev
to launch the application and access it at localhost:port
- React for building the client side user interface
- Material-UI to get the structure and styling of the app
- Express.js and Node.js as the foundation to build the app's backend
- Mongoose.js and MongoDB to handle platform models and database
The project has been carried out by Victor Chamizo.
Enjoy it! 💻