Skip to content

hallelshohat/django-database-schema-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Django database schema definetion challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%