Skip to content

API service which requests URL from the user to shorten and return.

Notifications You must be signed in to change notification settings

thesilentline/shorten-url-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

Description:

URL shortener is an API service which requests URL from the user to shorten and returns shorten url with random ID or the custom ID entered by the user. Redis database is used to store the URL entered and corresponding shortened URL. The user has a quota of 10 requests to be passed in duration of 30 minutes.

Installation:

  • clone the repository
git clone https://github.com/thesilentline/shorten-url-project.git
  • to build and run the docker container
docker-compose up -d 

Screenshot:

image.png

image.png

image.png

image.png

Tech Stack:

Go | Fiber | Redis | Docker

About

API service which requests URL from the user to shorten and return.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published