BOUN SWE 2024 Group 4
This is the repository for the BOUN SWE Group 4.
- Berat Yılmaz
- Bilge Kaan Güneyli
- Fatih Demir
- Murat Can Kocakulak
- Zeynep Buse Aydın
- Nurullah Uçan
- Ceyhun Sonyürek
- Ahmet Batuhan Canlı
- Ümmü Sena Özpınar
- Talha Ordukaya
- Miraç Öztürk
You can check our wiki for further information.
To run the project, put the following as .env in the root folder:
DB_HOST=db
DB_NAME=fitness_database
DB_USER=root
DB_PASSWORD=admin_group4_dbfitness123
DB_PORT=3306
DB_ROOT_PASSWORD=admin_group4_dbfitness123
EXERCISES_API_KEY=<Your API Ninjas Exercises API Key>
You can get your personal Exercises API
key by creating an account in Ninjas API
s website.
Also note that the variable MYSQL_USER
is assigned to django_user
in the docker-compose.yaml
file
Then run the command docker-compose up
or docker compose up
. (Developer's suggestion is using the latter with Docker Desktop downloaded on your device)
To run the project locally without containerization, consult the README
s of backend
, frontend
and mobile
directories.