- 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
- Uses the Bootstrap framework v4.0 for the front-end