This commit is contained in:
Stepan Usatiuk
2024-01-04 18:33:33 +01:00
parent f697a18e29
commit 2e89af5adf

View File

@@ -22,7 +22,7 @@ Also, to prevent misuse of our platform, it is required to implement some admin
It should be enough to just run `docker compose -f docker-compose.example.yml up` in the root, and the app should be soon available at [http://localhost:8080](http://localhost:8080) It should be enough to just run `docker compose -f docker-compose.example.yml up` in the root, and the app should be soon available at [http://localhost:8080](http://localhost:8080)
Also, the api documentation is available at [http://localhost:8080/swagger-ui/index.html](http://localhost:8080/swagger-ui/index.html) Also, the api documentation is available at [http://localhost:8080/swagger-ui/index.html](http://localhost:8080/swagger-ui/index.html), to use it first get the access token via login (`/token`) then make swagger use it with the "Authorize" button in the header
Also, here's the entity relationship diagram: Also, here's the entity relationship diagram:
![DB](db.png) ![DB](db.png)