Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 384 Bytes

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