devangmehta123 / pycon-uk-2019

Setup for Django REST Framework (DRF) workshop using virtualbox, vagrant, python, django, DRF, postgres
0 stars 0 forks source link

pycon-uk-2019

Setup for Django REST Framework (DRF) workshop using virtualbox, vagrant, python, django, DRF, postgres

Initial audience question

How many have any prior experience with a web app framework and REST API design?

Preparation of environment in advance

Pre install these to follow the workshop in your own notebook. These tools should work almost identically on win, mac, linux but my experience is primarily on win.

Notes about virtualbox VM created by vagrant

Presenter's background

Django setup because DRF depends on Django

Vagrantfile above installs most dependencies. You do not have to do the below explicitly because it is already done and put into git by me.

Finally, to the REST framework