CRUD_OPERATION_FOR_API This repo has three type of operation for CRUD in API and they are awsome ViewSet , ModelViewSet and ModelApiView All built in class or function to make post,get ,delete , update operation easier pip install -r requirements.txt python manage.py makemigrations python manage.py migrate python manage.py runserver