Skip to content

bounswe/bounswe2024group4

Repository files navigation

bounswe2024group4

BOUN SWE 2024 Group 4

This is the repository for the BOUN SWE Group 4.


Group Members


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=nba_database
DB_USER=group4
DB_PASSWORD=group4_dbnba
DB_PORT=3306  
DB_ROOT_PASSWORD=admin_group4_dbnba
DEPLOY_MACHINE_IP=127.0.0.1
REACT_APP_DEPLOY_MACHINE_IP=127.0.0.1

and then docker-compose up or docker compose up.

To run the project locally without containerization, consult the READMEs of backend, frontend and mobile directories.