Skip to content

Commit 70e2068

Browse files
committed
fix: readme update for reducing complexity
1 parent a01fdff commit 70e2068

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Open-source Node.js backend for a Hospital Management System (HMS), designed around real hospital workflows and production constraints.
44

5-
This repository contains **only the Node.js / Express backend**. Any Java Spring Boot services referenced in the architecture are **external and closed source**.
5+
This repository contains **only the Node.js / Express backend**.
66

77
---
88

@@ -11,8 +11,7 @@ This repository contains **only the Node.js / Express backend**. Any Java Spring
1111
* Node.js (Express) backend
1212
* JWT-based authentication with Role-Based Access Control (RBAC)
1313
* Core HMS APIs (OPD, IPD, Billing, Rooms, Pharmacy, Lab)
14-
* MongoDB and PostgreSQL integration
15-
* Redis caching
14+
* MongoDB
1615
* Security and validation middleware
1716
* **Docker & Docker Compose support for local development and deployment**
1817

@@ -29,8 +28,7 @@ This repository contains **only the Node.js / Express backend**. Any Java Spring
2928
## Tech Stack
3029

3130
* **Node.js**, **Express**
32-
* **MongoDB**, **PostgreSQL**
33-
* **Redis**
31+
* **MongoDB**
3432
* `bcrypt`, `jsonwebtoken`, `helmet`, `cors`
3533
* `dotenv`, `morgan`, `express-validator`
3634
* **Docker**, **Docker Compose**
@@ -62,10 +60,8 @@ Roles:
6260

6361
* Admin
6462
* Doctor
65-
* Nurse
6663
* Reception
67-
* Pharmacy
68-
* Lab
64+
* Patient
6965
* Billing staff
7066

7167
RBAC is enforced at the middleware level.
@@ -114,7 +110,7 @@ This will:
114110

115111
* Build the Node.js backend image
116112
* Start the API server
117-
* Start MongoDB, PostgreSQL, and Redis containers
113+
* Start MongoDB
118114
* Configure internal networking between services
119115

120116
Once running, the API will be available at:
@@ -160,4 +156,4 @@ This repository is open source.
160156

161157
Closed-source and proprietary components are intentionally excluded.
162158

163-
Ensure compliance with local medical data protection and healthcare regulations before any production deployment.
159+
Ensure compliance with local medical data protection and healthcare regulations before any production deployment.

0 commit comments

Comments
 (0)