SmartShortner is an API that Shortens your url, this is only the backend part you can find frontend here .
- Create and navigate to virtual environment
virtualenv venv
source venv/Scripts/activate
- Install packages
pip install -r requirements.txt
- Run the project
python run.py