Skip to content

URL Shortener to shorten URL's, considering a custom short is provided Tools used : Go-fiber, Redis, Docker

Notifications You must be signed in to change notification settings

siddharth-sable/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-shortener

Project Structure

.
├── api
│   ├── Dockerfile
│   ├── database
│   │   └── database.go
│   ├── go.mod
│   ├── go.sum
│   ├── helpers
│   │   └── helpers.go
│   ├── main.go
│   └── routes
│       ├── resolve.go
│       └── shorten.go
├── data
├── db
│   └── Dockerfile
└── docker-compose.yml

6 directories, 10 files

About

URL Shortener to shorten URL's, considering a custom short is provided Tools used : Go-fiber, Redis, Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published