Update README.md

This commit is contained in:
Sabareesan Murugesan 2026-04-29 10:05:22 +00:00
parent 8170122369
commit ea9ea0309e

View File

@ -7,7 +7,6 @@ It includes:
- Frontend (Nginx)
- Backend (Node.js)
- Database (PostgreSQL)
- Mongo Express (DB UI)
---
@ -32,7 +31,6 @@ Browser → Frontend → Backend → PostgreSQL
| Frontend | 8080 |
| Backend | 3000 |
| PostgreSQL | 27017 |
| Mongo Express | 8081 |
---
@ -53,7 +51,7 @@ Browser → Frontend → Backend → PostgreSQL
---
## 💾 Persistence
PostgreSQL uses Docker volume (mongo-data), so data after restart.
PostgreSQL uses Docker volume, so data after restart.
---