This demo runs on free Render + MongoDB Atlas tiers.
When the service has been idle, it needs a few seconds to “wake up”
(usually 20–60 seconds). While that happens, the tables below will show
Loading….
Thanks for waiting while the server spins up 💚
Simple inventory module wired my Node.js + MongoDB backend. Uses secured JWT endpoints for items and consignment tracking.
POST /api/items). This view reads them
from
GET /api/items.
| SKU | Name | Category | On hand | Location |
|---|
POST /api/consignments and read from
GET /api/consignments.
| Item | Hospital | Sent | Used | Remaining | Status | Usage |
|---|
GET /api/items.
| Item | Expiry | Days left |
|---|
| Item | On hand | Threshold |
|---|
| Hospital | Cases | Units used | Est. bill (₱) |
|---|