howtographql/graphql-python

Name: graphql-python

Owner: How to GraphQL

Description: GraphQL tutorial using Python - https://www.howtographql.com/graphql-python/0-introduction/

Created: 2017-08-15 01:47:03.0

Updated: 2018-05-17 20:31:49.0

Pushed: 2018-03-01 12:34:52.0

Homepage: null

Size: 20

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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:

on3.6 -m venv venv
ce venv/bin/activate

Install everything needed:

install -r requirements.txt

Create the database and run the server:

on hackernews/manage.py migrate
on 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.