Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 722 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 722 Bytes

go-redis-url-shotener

A url-shortening application built using GO having Ratelimit and Reset functionality

How to Build :

  1. Clone this repo

      

  2. Customise your API_QUOTA and Domain present in .env file

  3. Run

     go run main.go 
    or
    if you want to containerize your application make sure your docker is up and running and hit the command
     docker-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