Skip to content
forked from ayushgd/hms

A flask-based web application on Hospital Management System

License

Notifications You must be signed in to change notification settings

ramvignesh-b/hms

 
 

Repository files navigation


Logo

Hospital Management System

(Using Flask)


Explore the docs »

View Demo · Report Bug | Request features ·

Table of Contents

About The Project

Product Name Screen Shot

This project was done as a part of TCS Xplore Case Study, by a team of 4 soon-to-be TCSers, with a sprint goal set to deliver a MVP of HMS. This application meets the end user specification but has it's features limited to the functional requirements mentioned in the SRS, due to a short time frame of 6 days. That being said, it's a possibility to add new features to this app over time. Fell free to create a PR and implement any features that you'd like to be a part of this application.

Built With

Getting Started

Clone the repository to get started

Prerequisites

Installation

  1. Clone the repo
git clone https://github.com/ayushgd/hms.git

2a. Create a Virtual Environment (Optional)

python -m venv .hms

2b. Activate the virtual environment

.hms\Scripts\activate
  1. Install the requirements and dependancies
pip install -r requirements.txt
  1. Run the application
flask run
  1. View the application on localhost
http://localhost:5000/

Usage

Login Credentials:

  • Admin Executive
Username: 12345678@A
Password: 12345678@A
  • Pharmacist
Username: 12345678@P
Password: 12345678@P
  • Diagnostic Executive
Username: 12345678@D
Password: 12345678@D

Note While creating new login credentials please set the ending character with accordance to the role of the stakeholder.

* Admission Desk Executive/Registration Desk executive: A
* Pharmacist: P
* Diagnostic Executive: D

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/ayushgd/hms

Acknowledgements

Thanks to.....

About

A flask-based web application on Hospital Management System

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • HTML 48.7%
  • Python 36.8%
  • TSQL 7.9%
  • CSS 6.6%