Skip to content

samir321-pixel/Django_Graphene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Operation with Django_Graphene

Technology Stack

  • Backend
    • Django
  • Database
    • SQLite3

Tech Stack Involved



Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/samir321-pixel/Django_Graphene.git

Apply the migrations:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at http://127.0.0.1:8000/graphql/.

Hit the Queries From query.txt File

Releases

No releases published

Packages

No packages published

Languages