a URL Shortner website, that comes with a dashboard to track every shortned URL
- Python
- Django
- Django rest framework
- Javascript
- React
python3 -m venv URL_Shortener/venv
cd URL_Shortener
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver