Gym This project is the MVP version. I've created this application to track my progress at the gym, it allows: create exercises create stations add exercises to stations create training track training progress The applications can be tested in the development environment, I also added sample data there. Local environment requirements Console, docker, docker-compose, make, internet. How to launch on the local environment navigate to project dir in console and execute make start answer yes on migration prompt when console is ready execute docker-compose ps and locate port near nginx container e.g 8080 navigate to localhost with found port e.g localhost:8080 and login with example@test.com and Pass123@