From f27023c2ac195c07cb5cc78033c1a7320c67047d Mon Sep 17 00:00:00 2001 From: kenneth Date: Mon, 25 Dec 2023 14:04:24 +0800 Subject: [PATCH] update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 708c522..a15e4fb 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# go-url-shortener \ No newline at end of file +# go-url-shortener + +### lib ++ gorilla mux ++ go-redis v9 ++ godotenv ++ base58-go ++ testify + +### router ++ `POST` /create-short-url ++ `GET` /{shortUrl} example: /4QhQ62cZem1 + + +### RUN +`docker-compose up -d` \ No newline at end of file