Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/woile/drf-serializers
- Owner: woile
- Created: 2019-09-21T17:00:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T08:50:19.000Z (over 5 years ago)
- Last Synced: 2024-10-30T10:48:59.554Z (3 months ago)
- Topics: django-rest-framework, drf, openapi, python3, serializers
- Language: HTML
- Homepage: https://woile.github.io/drf-serializers/
- Size: 2.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`