.
├── api
│ └── Dockerfile # To build the Notification Collector API service (Express.js)
├── dashboard
│ ├── Dockerfile # To build the React dashboard for monitoring notifications
│ └── nginx.conf # NGINX configuration for serving the dashboard
├── docker-compose.yml # Docker orchestration file to manage all services
├── mock-api
│ ├── Dockerfile # Pre-built mock external service simulating failures and timeouts
│ ├── combined.log # Logs for debugging
│ ├── error.log # Error logs
│ ├── package-lock.json
│ ├── package.json
│ └── server.js # Mock API logic (DO NOT modify)
└── processor
└── Dockerfile # To build the Processor service that handles notification dispatch
-
Notifications
You must be signed in to change notification settings - Fork 3
tractiongroup/flawed-messaging-node
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A broken nodejs project used for testing candidates
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published