Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 824 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 824 Bytes

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