This presentation explores DRF Serializers
WARNING: USE PYTHON 3 ONLY!!
Demo is inside demo/
folder.
Steps to start
python3 -m venv venv
. venv/bin/activate
poetry install
python manage.py migrate # optional, db is provided
python manage.py runserver
Clone repository and run: npm install && npm start