# README
Go Url Shortener
Simple url shortener using go lang and redis.
This is a simple project to learn go lang and redis.
TODO
- Create a API interface to shorten urls
- Create a short url
- Get the original url
- Integrate postgreqsl database for storing urls
- Create a simple web interface to shorten urls