okanuregen /
Django---Hotel-Management-System
It is a Hotel Management System that developed with Django - Python. Database tables have been created according to normalization rules.
66/100 healthLoading repository data…
hammad-devs / repository
HMS is a full-stack web application with a Flask (Python) backend, MySQL database, and HTML/CSS/JavaScript frontend. It manages patients, doctors, appointments, admissions, laboratory tests, prescriptions, and billing. The project implements ER modeling, 3NF normalization, RBAC security, and SQL queries for efficient hospital data management.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A fully modular, web-based HMS built with Flask + MySQL. Converted from a monolithic JSX/CLI structure into a clean, role-based web application.
pip install -r requirements.txt
hms_web/ │ ├── app.py ← Flask entry point ├── config.py ← DB config + secret key ├── requirements.txt ← pip packages ├── README.md ← This file │ ├── database/ │ ├── init.py ← Empty │ ├── db.py ← MySQL connection + execute_query │ └── schema.sql ← Full DB schema (run once) │ ├── middleware/ │ ├── init.py ← Empty │ └── auth_middleware.py ← login_required, role_required, admin_required │ ├── models/ │ ├── init.py ← Empty │ ├── user.py ← Auth queries, password hashing │ ├── patient.py ← Patient CRUD │ ├── doctor.py ← Doctor CRUD + schedule │ ├── appointment.py ← Appointment booking + status │ ├── admission.py ← Ward admissions + discharge │ ├── icu.py ← ICU admissions │ ├── ot.py ← Operation theatre bookings │ ├── lab.py ← Lab test orders + results │ ├── pharmacy.py ← Medicines + prescriptions │ └── billing.py ← Bills + payments │ ├── routes/ │ ├── init.py ← Empty │ ├── auth.py ← /login /logout /change-password │ ├── dashboard.py ← / /dashboard │ ├── patients.py ← /patients/* │ ├── doctors.py ← /doctors/* │ ├── appointments.py ← /appointments/* │ ├── admissions.py ← /admissions/* │ ├── icu.py ← /icu/* │ ├── ot.py ← /ot/* │ ├── lab.py ← /lab/* │ ├── pharmacy.py ← /pharmacy/* │ └── billing.py ← /billing/* │ ├── flask_session/ ← Auto-created on first run │ └── templates/ ├── base.html ← Master layout ├── auth/ │ ├── login.html │ └── change_password.html ├── dashboard/ │ └── index.html ├── patients/ │ ├── list.html │ ├── detail.html │ └── form.html ├── doctors/ │ ├── list.html │ ├── detail.html │ ├── form.html │ ├── schedule.html │ └── users.html ├── appointments/ │ ├── list.html │ └── form.html ├── admissions/ │ ├── list.html │ ├── detail.html │ └── form.html ├── icu/ │ ├── list.html │ └── form.html ├── ot/ │ ├── list.html │ └── form.html ├── lab/ │ ├── list.html │ └── form.html ├── pharmacy/ │ ├── medicines.html │ ├── medicine_form.html │ ├── prescriptions.html │ └── prescription_form.html ├── billing/ │ ├── list.html │ ├── form.html │ ├── items.html │ └── detail.html └── errors/ ├── 403.html ├── 404.html └── 500.html
Selected from shared topics, language and repository description—not editorial ratings.
okanuregen /
It is a Hotel Management System that developed with Django - Python. Database tables have been created according to normalization rules.
66/100 healthprojectworldsofficial /
This is Hospital Management System Hospital management system is one of the best software that manages various activities in hospital that has 3 login features (account type) Features: 1. Front Page Slideshow 2. Login / Logout for customer. 3. Seperate login for admin (location/hms-admin) - username: admin, password: admin 4. Navigation Bar 5. Ability to Add patient detail and book appointment. 6. CSS using Twitter Bootstrap Brief overview of the technology: Front end: HTML, CSS, JavaScript HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++ CSS : (Cascading Style Sheets) Create attractive Layout Bootstrap : responsive design mobile freindly site JavaScript: it is a programming language, commonly use with web browsers. Back end: PHP, MySQL PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases. Software Requirement(any one) WAMP Server XAMPP Server MAMP Server LAMP Server Installation Steps 1. Download zip file and Unzip file on your local server. 2. Put this file inside "c:/wamp/www/" . 3. Database Configuration Open phpmyadmin Create Database named hospital. Import database hospital.sql from downloaded folder(inside database) 4. Open Your browser put inside "http://localhost/hospital-management-system-php-mysql-master" Admin Login Details Login Id: admin@admin.com Password: admin Doctor Login Details Login Id: doctor@doctor.com Password: admin Admin Login Details Login Id: admin@admin.com Password: admin
LakshayD02 /
Medtech is a Hospital Management System (HMS), a solution designed to modernize hospital operations by digitizing and automating various administrative tasks.
52/100 healtheodaneze /
This project belongs to cioo technologies and it is a hospital management system. Technologies used: HTML, CSS, JAVASCRIPT, BOOTSTRAP, PHP & MYSQL
29/100 healthechoenvoy /
HMShop is a responsive eCommerce SPA built with HTML, CSS, and JavaScript. It offers product browsing, search and filters, a wishlist, a persistent cart, light/dark mode, and a full checkout simulation. A second version of the site is also available, generated using Lovable for comparison.
63/100 healthInvictusRex /
MediSync HMS is a healthcare management system designed to streamline hospital operations with role-based dashboards, doctor listings, appointment management, and specialized facilities like diagnostic centers and 24/7 pharmacy services. Built using Python (FastAPI, SQLAlchemy) for the backend and Vanilla HTML, CSS, and JavaScript for the frontend.
31/100 health