https://github.com/hyperxpizza/url-shortener
url shortener
https://github.com/hyperxpizza/url-shortener
golang react redis rest-api url-shortener
Last synced: 6 months ago
JSON representation
url shortener
- Host: GitHub
- URL: https://github.com/hyperxpizza/url-shortener
- Owner: hyperxpizza
- License: wtfpl
- Created: 2021-03-18T18:11:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T10:36:52.000Z (about 5 years ago)
- Last Synced: 2024-06-21T06:29:00.060Z (about 2 years ago)
- Topics: golang, react, redis, rest-api, url-shortener
- Language: Go
- Homepage:
- Size: 454 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic url shortener
Basic url shortener built with react, go and redis.
## How to run?
`docker-compose up -d`
## What's next?
- Live deployment
- Statistics for every url in db
- QR code support