This is the front-end repository for EntrenApp, a web application that generates a 6-week training program based on your maximum bench press, deadlift, and squat weights.
To run the EntrenApp front-end locally, follow these steps:
Make sure you have Angular, Node.js, and npm installed on your machine.
- Clone this repository.
- Navigate to the
front-entrenappdirectory. - Run the following commands:
npm install
ng serveThe application will be accessible at http://localhost:4200/entrenapp by default.
Alternatively, you can use the Dockerized image available on Docker Hub:
docker run -p 4200:80 uriart/front-entrenapp:1.0.0This will start the application in a Docker container.
Open the application in your web browser. Enter your maximum bench press, deadlift, and squat weights. Receive a personalized 6-week training program.
- Angular
- Other dependencies are listed in the package.json file.