Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 628 Bytes

readme.md

File metadata and controls

23 lines (19 loc) · 628 Bytes

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