Improve the README
This commit is contained in:
parent
ba3b1aea8b
commit
712651c39b
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
# Court - A URL Shortener
|
# Court - A URL Shortener
|
||||||
|
|
||||||
|
Only based on go standard library and PostGres
|
||||||
|
|
||||||
## How to run it
|
## How to run it
|
||||||
|
|
||||||
`docker compose up -d`, by default it will expose port 8000
|
`docker compose up -d`, by default it will expose port 8000
|
||||||
|
|
||||||
*PS: if it fail miserably, relaunch it, it's due to PostGres being long to startup*
|
## How to manage it
|
||||||
|
|
||||||
|
There is a webui on the `/webui` endpoint, it's the only reserved path (with the `/`)
|
||||||
|
|
Loading…
Reference in a new issue