From 712651c39b183c33329a734592bd4390f275338e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o?= Date: Thu, 28 Mar 2024 12:03:14 +0000 Subject: [PATCH] Improve the README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bbcde4..2618547 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # Court - A URL Shortener +Only based on go standard library and PostGres + ## How to run it `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 `/`)