Skip to content

omarnazih/SmartShorter

Repository files navigation

SmartShortner

Build Status

SmartShortner is an API that Shortens your url, this is only the backend part you can find frontend here .

API Docs
Heroku

To run this project

  • 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