Skip to content

dog-2/hello_drf

Repository files navigation

info

  • demo code snippets when learning Django REST Framework through video lessons
  • learning notes(Chinese) were post on my blog

env

  • python: 3.7.5
  • virtual env: pipenv
  • django: 3.0.5
  • djangorestframework: 3.11.0

init

go to hello_drf\ and run:

pip install pipenv
pipenv shell
pipenv sync

run

cd to hello_drf\noN_XYZ and run:

python manage.py

test API

  1. cd to hello_drf\noN_XYZ
  2. open postman and import collection file hello_drf\noX_XYZ\noX_XYZ.postman_collection.json
  3. test imported requests in this collection

About

demo code snippets of Django REST Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published