Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 181 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 181 Bytes

url-shortener

URL shortener using Django , GraphQL

to run the project

  • pip3 install -r requirements.txt
  • python makemigrations
  • python migrate
  • python manage.py runserver