Skip to content

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

License

Notifications You must be signed in to change notification settings

Clofolnet/drf-crm-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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):