![App picture]
Install Python(latest version) (Dont Forget to Tick Add to Path while installing Python)
- Download the repository
git clone https://github.com/dev-manus/hospitalmanagementsystem.git
- Open a Any Editor (Preferably VS Code or Sublime Text)
- Create a virtual environment and then open a new terminal.
python -m venv <virtual environment name>
- Then run the following command to install all the requirements of the project.
pip install -r requirements.txt
- Then run the following commands:
py manage.py makemigrations
py manage.py migrate
py manage.py runserver
- Now enter following URL in Your Browser Installed On Your Pc
http://127.0.0.1:8000/
| Module | Core | Patients | Sysptoms |
|---|
| Folder | Content | Responsability |
|---|