Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 464 Bytes

File metadata and controls

23 lines (18 loc) · 464 Bytes

Python URL Shortener

User interface coming soon

Installation Instructions

python3 -m venv python-shortener
source python-shortener/bin/activate
  • Install all project dependencies:
pip install -r requirements.txt
  • run python manage.py runserver to start local environment

Technologies Used

  • Python 3
  • Django
  • GraphQL