Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 617 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 617 Bytes

Simple Python Clone of HN

Follow along with tutorial at How To GraphQL

  • Python
  • Django
  • Graphene & Graphene-Django
  • Relay
  • JWT Authentication

Instructions

  1. Clone repository and checkout to the develop branch

  2. Create virtual environment python -m venv venv and source virtual environment source venv/bin/activate

    • Install all dependencies pip install -r requirements.txt
  3. Run migratoins python manage.py migrate

  4. Run Server python manage.py runserver

  5. Proceed to localhost:8000/graphql to access GraphQL Server