diff --git a/README.md b/README.md index 78fc631c..4a62b132 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,16 @@ This is the repository for the BOUN SWE Group 4. --- You can check our [wiki](https://github.com/bounswe/bounswe2024group4/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 +``` + +and then `docker-compose up` or `docker compose up`. \ No newline at end of file