A simple url shortener (under active development)
To install the application run the following commands in order
source venv/bin/active
python get-pip.py pip==19.3
pip install -r requirements.txt
To start the application run the following commands
python manage.py runserver
The following technologies are used in the application
- django