This project was developed with the idea of being a validation version of an application aimed at personal trainers and small/medium-sized gyms. The idea arose as a challenge to join the Woovi company.
- Node.js
- Yarn
- Nodemon
1.Clone this repository using the following command:
$ git clone -b remake https://github.com/SmookeyDev/ExercisesManager
2.Access the project folder in your terminal:
$ cd ExercisesManager
3.Run the command to install the libraries used in the project:
$ yarn
4.Clone the .env.example files and rename them to .env in the app/client and app/server folders:
$ cp app/client/.env.example app/client/.env
$ cp app/server/.env.example app/server/.env
Then, fill in the environment variables.
5.Start the project by running the following commands:
$ yarn dev:server
$ yarn dev:web