Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 685 Bytes

File metadata and controls

13 lines (11 loc) · 685 Bytes

COVID-19-Database-Challenge

Implement database structure to deal with covid-19 to save the world!

  • Use Django-1.11 and Python 2.7
  • Requirements:
    • Hospital including name and city
    • Department in hospital including name
    • Hospital worker which is part of one or more department and can be in position of Doctor or Nurse. Also have name, age and gender (Male, Female, Other)
    • Patient in specific department. Also have name, age and gender (Male, Female, Other)
    • Medical examination result of specific patient with the examine time, the hospital worker that performed the examination and the result (Healthy, Corona, Botism, Dead)