Skip to content

ldtalent/bijitakc-graphql-multipart-postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django application with GraphQL API

A django application demonstrating how GraphQL APIs can be implemented in Django.

Setup

Clone the repository

git clone https://github.com/ldtalent/bijitakc-graphql-multipart-postman.git

Create a virtual environment and activate it.

python -m venv env
env\scripts\activate

Switch to the project directory and install the requirements

cd bijitakc-graphql-multipart-postman
pip install -r requirements.txt

Run migrations

python manage.py makemigrations
python manage.py migrate

Run the development server

python manage.py runserver

The application should be available at http://localhost:8000/graphql/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages