CRC16 URL shortener using Werkzeug and Redis.
Clone this repo and install the dependencies using:
$ pip install -r requirements.txt
To run it locally in development mode you can simply use:
$ python shorty.py
To run the tests just do:
$ python test.py