Create custom workouts and track your progress.
- Backend: API RESTful ASP.NET Core + PostgreSQL
- Frontend: React.ts
Follow these instructions to get the project up and running on your local machine for development and testing.
Make sure you have the following tools installed:
- Docker & Docker Compose
- Git
Clone the repository to your local machine:
git clone https://github.com/MatheusBenestorff/FitLogApp.gitNavigate to the project's root directory:
cd FitLogAppLaunch the application using Docker Compose:
docker-compose upOnce the containers are up and running, you can access the services at the following URLs:
-
API (Swagger UI): http://localhost:8080
-
Frontend Application: http://localhost:3000