update README.md

This commit is contained in:
kenneth 2023-12-25 14:04:24 +08:00
parent d1b930a4a9
commit f27023c2ac

View File

@ -1 +1,16 @@
# 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`