This is demo recipe rest api develop in django rest framework using class base views with Modelviewset and Django swager for UI api docs
- Python 3.6+
- Django
- Django rest framework
- Django swager for Ui api docs
- How to build rest Api in Django rest framework
- searialize api data
- Handling CRUD Operations
- Adding custom in model view set using action decorator
- Appling Authentication, pagination and Swager ui docs
- clone or download it from here
- install requirements.txt file
pip install -r requirements.txt
- run this command to execute this code
python manage.py runserver