Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 378 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 378 Bytes

Basic (toy) app with the following functionality

  • Add a new hospital (name, city, admin)
  • Update the name of the admin of a hospital
  • Delete a hospital
  • Add a new patient (name, age) in a hospital
  • Registration, login and logout. Uses Django's authenticate() to validate user credentials

Dependencies

  • Uses the Bootstrap framework v4.0 for the front-end