Clofolnet / drf-crm-example

An example of my DRF code with a solution to a real business problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Rest Framework (DRF) - Test CRM for universities

A small CRM system for universities is made for a real business task. There are APITestCase tests, FactoryBoy, role and rights separation. The project uses CRUD with ModelViewSet and ModelSerializer, separate small endpoints made with Serializer and APIView. JWT authorization is used. API documentation is available in both Swagger and Redoc

Endpoint map with documentation for 127.0.0.1 (standard host + port):

About

An example of my DRF code with a solution to a real business problem

License:Other


Languages

Language:Python 100.0%