Skip to content

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

Notifications You must be signed in to change notification settings

Sharath-majjigi/go-redis-url-shotener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published