Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 619 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 619 Bytes

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