Skip to content

A social news discovery project built with Python, GraphQL - Django & Graphene

Notifications You must be signed in to change notification settings

olivrg/socialnews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socialnews

A social news discovery project to learn how to implement a GraphQL server for a Django application.

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 socialnews/manage.py migrate
python socialnews/manage.py runserver

You should be able to access the server on here.

Libraries

django-filter==2.0.0 django-graphql-jwt==0.1.5 graphene-django==2.2.0

About

A social news discovery project built with Python, GraphQL - Django & Graphene

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages