{"id":29190767,"url":"https://github.com/sajanv88/notification-system","last_synced_at":"2026-04-27T00:31:45.877Z","repository":{"id":301500195,"uuid":"1009116397","full_name":"sajanv88/notification-system","owner":"sajanv88","description":"Simple notification system tutorial source code. ","archived":false,"fork":false,"pushed_at":"2025-07-01T09:13:26.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-15T15:33:58.050Z","etag":null,"topics":["bull","mongodb","monorepo","nestjs-backend","nextjs15","notification-system","redis-cache"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sajanv88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-26T15:48:08.000Z","updated_at":"2025-07-01T09:13:30.000Z","dependencies_parsed_at":"2025-06-30T17:31:56.678Z","dependency_job_id":null,"html_url":"https://github.com/sajanv88/notification-system","commit_stats":null,"previous_names":["sajanv88/notification-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sajanv88/notification-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajanv88%2Fnotification-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajanv88%2Fnotification-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajanv88%2Fnotification-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajanv88%2Fnotification-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sajanv88","download_url":"https://codeload.github.com/sajanv88/notification-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajanv88%2Fnotification-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32318417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bull","mongodb","monorepo","nestjs-backend","nextjs15","notification-system","redis-cache"],"created_at":"2025-07-02T00:11:12.214Z","updated_at":"2026-04-27T00:31:45.856Z","avatar_url":"https://github.com/sajanv88.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notification System Monorepo\n\nThis is simple notification system tutorial source code. \n\n## Project Structure\n```bash\nnotification-system/\n├── apps/\n│   ├── api/    # NestJS Apps (Api)\n    ├── notification-engine/     # NestJS Apps (Notification engine)\n│   └── web/      # NextJs app (UI \u0026 BFF)\n├── pnpm-workspace.yaml\n├── package.json\n```\n## High Level Architecture\n\n```bash\n┌───────────────────────────────────────────────────────┐\n│                  Web/REST API Service                 │\n│  (NestJS - handles both event catalog \u0026 subscriptions)│\n└───────────────┬───────────────────────┬───────────────┘                │                               │\n                │                       │\n                ▼                       ▼\n┌─────────────────────────┐ ┌──────────────────────┐\n│       MongoDB           │ │        Redis          │\n│  (Events \u0026 Subscriptions)│ │ (Cache \u0026 Queue)      │\n└─────────────────────────┘ └──────────┬───────────┘\n                                       │\n                                       ▼\n┌───────────────────────────────────────────────────────┐\n│               Notification Engine Service              │\n│  (NestJS - handles scheduling \u0026 sending notifications)│\n└───────────────────────────────────────────────────────┘\n\n```\n\n\n## Getting Started\n- Install deps\n```bash\npnpm install\n```\n- Run frontend and backend\n```bash\npnpm dev\npnpm build # build both frontend and backend\n```\n## Docker\n- `compose.yaml` file contains mongodb, redis and fake-smtp server. This is used for local development. \n\n## Fake SMTP \nplease read this guide: [fake-smtp](https://haravich.github.io/fake-smtp-server/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajanv88%2Fnotification-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsajanv88%2Fnotification-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajanv88%2Fnotification-system/lists"}