Skip to content

Ob00000000/hospital-management

Repository files navigation

![App picture]

Description 👈

Prerequisites

Install Python(latest version) (Dont Forget to Tick Add to Path while installing Python)

Installing - easy 🔌

  1. Download the repository
git clone https://github.com/dev-manus/hospitalmanagementsystem.git
  1. Open a Any Editor (Preferably VS Code or Sublime Text)
  2. Create a virtual environment and then open a new terminal.
python -m venv <virtual environment name>
  1. Then run the following command to install all the requirements of the project.
pip install -r requirements.txt
  1. Then run the following commands:
py manage.py makemigrations
py manage.py migrate
py manage.py runserver
  1. Now enter following URL in Your Browser Installed On Your Pc
http://127.0.0.1:8000/

How to use it 📖

Dashboard

Add patient page

Patient page

System settings

App Modules and Code organisation

Modules

Module Core Patients Sysptoms

Code organisation 📂

Folder Content Responsability

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors