From f697a18e2941527988a61db621f4f9d9de59587a Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Thu, 4 Jan 2024 18:27:07 +0100 Subject: [PATCH] link to api in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a65fed7..acca654 100644 --- a/README.md +++ b/README.md @@ -22,5 +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, here's the entity relationship diagram: ![DB](db.png) \ No newline at end of file