Skip to content

A useful software for managing and operating day to day activities of a hospital in the most effective way.

Notifications You must be signed in to change notification settings

prabs222/Hospital-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital-Management-System

A useful software for managing and operating day to day activities of a hospital in the most effective way.

Setup Instructions

Clone the repo in your local system

  git clone https://github.com/prabs222/Hospital-Management-System.git

Install virtualenv

  py -m pip install --user virtualenv

Create a new Virtualenvironment

  py -m venv env

Activate the Virtualenvironment with

  .\env\Scripts\activate

Change directory to the folder

  cd folder-where-you-cloned-the-repo

Apply all the migrations with

  python3 manage.py migrate

Run the developement server with

  python3 manage.py runserver

You'll see output like this

  Performing system checks...

System check identified no issues (0 silenced).
July 04, 2022 - 15:50:53
Django version 4.0, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Tech Stack

Server: Django , Python

POSTMAN for API testing.

Database - MySQL

Features

  • APIs for the complete management of hospital services.
  • Separate modules for receptionist, doctors and patients for the overall working of the hospital.

Support++

This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️

forthebadge made-with-python forthebadge

(@prabs222)

About

A useful software for managing and operating day to day activities of a hospital in the most effective way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages