Skip to content

Commit

Permalink
Add to outer README
Browse files Browse the repository at this point in the history
  • Loading branch information
berat-yilmaz committed Apr 30, 2024
1 parent 7bc4963 commit 535dc3e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 535dc3e

Please sign in to comment.