/shortify

Simple URL Shortener, inspired by https://github.com/aio-libs/aiohttp-demos/tree/master/demos/shortify

Primary LanguagePython

shortify

Simple URL shortener with redis storage, inspired by shortify aiohttp

screenshot

Quickstart

$ pip install pipenv
$ pipenv install
$ pipenv shell
(shortify)$ export SECRET_KEY='change me'
(shortify)$ export DEBUG=True
(shortify)$ python manage.py runserver