diff --git a/README.md b/README.md index acca654..82a88dd 100644 --- a/README.md +++ b/README.md @@ -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) -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: ![DB](db.png) \ No newline at end of file