A url-shortening application built using GO having Ratelimit and Reset functionality
How to Build :
-
Clone this repo
-
Customise your API_QUOTA and Domain present in .env file
-
Run
go run main.go
or
if you want to containerize your application make sure your docker is up and running and hit the commanddocker-compose up -d
which will create the api and db image into your local Docker registry and once they are up try to access api endpoints