Skip to content

howtographql/graphql-python

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

graphql-python

A Hacketnews project developed for the How to GraphQL tutorial using Python, Django and Graphene. Tested on Python 3.6.

Installation and Usage

Clone the project.

Create a virtual environment:

python3.6 -m venv venv
source venv/bin/activate

Install everything needed:

pip install -r requirements.txt

Create the database and run the server:

python hackernews/manage.py migrate
python hackernews/manage.py runserver

You should be able to access the server on here.

To get the most of the project, please read the tutorial.

Releases

No releases published

Packages

No packages published

Languages