Skip to content

arshdoda/loch-HMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMS(Hospital Management System) sample application

Setup

The first thing to do is to clone the repository:

git clone https://github.com/arshdoda/loch-HMS.git
cd loch-HMS

Create a virtual environment to install dependencies in and activate it:

python3 -m venv .venv
source .venv/bin/activate

Then install the dependencies:

(.venv)$ pip install -r requirements.txt

Note the (env) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv2.

Once pip has finished downloading the dependencies:

(.venv)$ cd backend
(.venv)$ python manage.py runserver

And navigate to http://127.0.0.1:8000/admin

Walkthrough

This django project is build using DRF and BrowsableAPIRenderer has been enabled to ease the api usage. The project contains 3 apps which are described below

Doctor

This app contains all the functionality related to doctors and patient assigned.

APIs Avaliable:

Department

This app contains all the functionality related to department and their services.

APIs Avaliable:

Patient

This app contains all the functionality related to patients, their medical history and appointment records.

APIs Avaliable:

About

Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages