Skip to content

Simple CRUD using Python (Django) and GraphQL (django-graphene)

License

Notifications You must be signed in to change notification settings

rafael-ab/django-graphene-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-graphene-crud

Simple CRUD using Python (Django) and GraphQL (django-graphene)

Pre-requisites 📋

  • Python >= 3.8.0
  • Virtualenv

Installation 🔧

git clone https://www.github.com/rafius97/django-graphene-crud.git
cd django-graphene-crud/
virtualenv env

Activating enviroment

Linux

source bin/activate

Windows

cd env/Scripts/
type "activate.bat", then press Enter
cd ../../

Continue Installation

pip install -r requirements.txt
python manage.py runserver

Built with 🛠️

About

Simple CRUD using Python (Django) and GraphQL (django-graphene)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages