Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/woile/drf-serializers

exploring DRF Serializers with OpenAPI
https://github.com/woile/drf-serializers

django-rest-framework drf openapi python3 serializers

Last synced: 30 days ago
JSON representation

exploring DRF Serializers with OpenAPI

Awesome Lists containing this project

README

        

# DRF Serializers

> This presentation explores DRF Serializers

**WARNING: USE PYTHON 3 ONLY!!**

## Demo

Demo is inside `demo/` folder.

Steps to start

```python
python3 -m venv venv
. venv/bin/activate
poetry install
python manage.py migrate # optional, db is provided
python manage.py runserver
```

## Presentation

Clone repository and run: `npm install && npm start`