Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.66 KB

README.md

File metadata and controls

41 lines (36 loc) · 1.66 KB

A-Issue-A-Day

Made with Novu, Next JS 14, GitHub API,MongoDB

A Github good-first-issue finder that sends mail notifications about that issue and repo, so that you keep up your Open Source Journey.

image
                  +----------------+
                  | Start          |
                  +----------------+
                         |
                         v
             +---------------------+
             | Next.js Frontend    |
             +---------------------+
                         |
                         v
    +----------------------------------+
    | Email Subscription Form Response |
    |   Stored in MongoDB              |
    +----------------------------------+
                         |
                         v
    +----------------------------------+
    | API Call via Cron Job Console    |
    |   (9 AM daily)                   |
    +----------------------------------+
                         |
                         v
  +-------------------------------------+
  | Trigger Novu Notification &         |
  | Receive Email                       |
  +-------------------------------------+
                         |
                         v
                  +----------------+
                  | End            |
                  +----------------+
image