Loading repository data…
Loading repository data…
InvictusRex / repository
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.
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.
MediSync HMS is a modern, full-stack healthcare management system designed to streamline hospital operations and enhance patient care coordination. The system provides real-time monitoring of hospital resources and seamless management of healthcare services. Built with pure HTML, CSS, and JavaScript, it provides an intuitive interface for managing healthcare services without external dependencies.
git clone https://github.com/InvictusRex/MediSync.git
cd MediSync
python -m venv venv
source venv/bin/activate # On macOS/Linux
venv\Scripts\activate # On Windows
pip install -r requirements.txt
Create a .env file and define the required settings:
DATABASE_URL=postgresql://user:password@localhost:5432/medisync
SECRET_KEY=your_secret_key
DEBUG=True
alembic upgrade head
uvicorn main:app --reload
or
uvicorn main:app --reload --host 0.0.0.0 --port 8000
| Method | Endpoint | Description |
|---|---|---|
| POST | /auth/register | Register a new user |
| POST | /auth/login | Authenticate user |
| GET | /hospitals/resources | Fetch real-time hospital resources |
| GET | /doctors/list | Get list of available doctors |
The frontend is built using HTML, CSS, and JavaScript.
index.html in a browser.config.js to set API endpoints if necessary.