Skip to content

This is a python application built with the Django and Graphene.

Notifications You must be signed in to change notification settings

sudipsingh04/GraphQL-Django-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django 🛰 GraphQL

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. 

Usage

  1. Clone this repository git clone https://github.com/sudipsingh04/GraphQL-Django-Server.git

  2. CD to your project and run pip install pipenv

  3. Run pipenv shell to activate the virtual environment

  4. Intall the required packages using pip install -r requirements.txt

  5. Now run the project server using Python manage.py runserver

  6. To access admin run http://127.0.0.1:8000/admin/

    username = sudip
    password = sudip@123
    
  7. To access GraphQl server run http://127.0.0.1:8000/graphql/

About

This is a python application built with the Django and Graphene.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages