go-url-shortener/README.md
2023-12-25 14:04:24 +08:00

202 B

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