A social news discovery project to learn how to implement a GraphQL server for a Django application.
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.
django-filter==2.0.0 django-graphql-jwt==0.1.5 graphene-django==2.2.0