Skip to content

users & groups with ManyToMany relationship CRUD operations using Django REST

Notifications You must be signed in to change notification settings

0x1bitcrack3r/Django_REST_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Rest API with ManyToMany model relationship

Requirements

  • Python3
  • Django

To run code on your local machine:

  • clone repository
  • cd into 'Django_REST_API'
  • run pipenv shell
  • run pipenv install
  • run python manage.py makemigrations
  • run python manage.py migrate
  • run python manage.py runserver

For list of cURL requests refer cURL_requests_doc

About

users & groups with ManyToMany relationship CRUD operations using Django REST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages