- Python3
- Django
- 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
pipenv shell
pipenv install
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
For list of cURL requests refer cURL_requests_doc