Code Monkey home page Code Monkey logo

hms's Introduction


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 5 soon-to-be TCSers. 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.....

hms's People

Contributors

ayushgd avatar chittaranjan390 avatar ramvignesh-b avatar vibh0012 avatar

Stargazers

 avatar

Watchers

 avatar

hms's Issues

Flash message

'Please Login' flash message is to be displayed in a div with the class="alert danger". So, maybe use a global object (say, g.alert) to store the type of alert?! (positive or negative)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.