Hospital Management System Multi-User Interface using Django 3 | YouTube Navigation Video - https://youtu.be/LkcKQKeCq2M
- Django - 3.0.5
- Python - 3.8.2
- Database - sqlite3
- IDE - VS Code (Preferred)
- Clone this repository.
- Set up a python virtual environment and activate it in your terminal. (Refer - https://docs.python.org/3/tutorial/venv.html)
- Open the repo in terminal and run the following commands -
pip install -r requirements.txtpython manage.py makemigrationspython manage.py migratepython manage.py runsever - Open http://127.0.0.1:8000/ in your browser, login and explore
| USER TYPE | USERNAME | PASSWORD |
|---|---|---|
| Patient | manish00 | test@123 |
| Doctor | hemant | test@123 |
| Receptionist | malti | test@123 |
| HR | jeet | test@123 |