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