This is a python application built with the Django and Graphene.
The application allows us to create, update, delete and view music tracks as well as add likes to the tracks using GraphQL.
It is also equipped with JWT authentication with Graphql Error handling.
-
Clone this repository
git clone https://github.com/sudipsingh04/GraphQL-Django-Server.git
-
CD to your project and run
pip install pipenv
-
Run
pipenv shell
to activate the virtual environment -
Intall the required packages using
pip install -r requirements.txt
-
Now run the project server using
Python manage.py runserver
-
To access admin run
http://127.0.0.1:8000/admin/
username = sudip password = sudip@123
-
To access GraphQl server run
http://127.0.0.1:8000/graphql/