2021-07-15 16:04:05 +02:00
2021-07-15 16:00:37 +02:00
2021-07-15 15:49:47 +02:00
2021-07-14 16:46:34 +02:00
2021-07-14 16:46:34 +02:00
2021-07-05 15:56:53 +02:00
2021-07-14 17:31:26 +02:00
2021-07-14 16:19:03 +02:00
2021-07-15 16:00:37 +02:00
2021-07-15 16:04:05 +02:00
2021-07-14 17:12:41 +02:00

Example of CRUD in Django with REST FRAMEWORK

All endpoints contain your test.

Live Demo

https://example-of-crud-in-django-jrf.herokuapp.com/

Get list

Get Detail

Create

Update

Delete

Install

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 manage.py migrate

Run

python3 manage.py runserver

Fake data

python3 manage.py runscript create_books

Test

pytest
Description
Example of CRUD in Django with REST FRAMEWORK
Readme
Languages
Python 99.3%
Shell 0.4%
Procfile 0.3%