Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 1.48 KB

README.md

File metadata and controls

70 lines (58 loc) · 1.48 KB

Django-Task

Use django swagger Api ( Django Rest API ) for making test page to add patient
You have three models :

Patient

name - mobile

Visit

datatime - patient_id => M2O - price

Order

visit_id => M2O , price
Test page contain Name, mobile and ok button

Proof of concept for test page for

/task 

`

Proof of concept for Django REST framework for

/task/api/ 

Proof of concept for swagger-ui for

/task/swagger-ui