Skip to content

Very simple HN Clone using GraphQL Django, Graphene, Relay

Notifications You must be signed in to change notification settings

MandelaK/HN-GrapQL-PyClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Very simple HN Clone using GraphQL Django, Graphene, Relay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages