{"id":23125805,"url":"https://github.com/yigitsadic/birthdayproject","last_synced_at":"2026-04-07T18:32:15.905Z","repository":{"id":155401191,"uuid":"632096428","full_name":"yigitsadic/birthdayproject","owner":"yigitsadic","description":"CakedayToday monorepo","archived":false,"fork":false,"pushed_at":"2023-05-07T12:29:30.000Z","size":253,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T13:18:29.526Z","etag":null,"topics":["docker","docker-compose","golang","mongodb","nextjs","postgresql","rabbitmq","react","ruby-on-rails","typescript"],"latest_commit_sha":null,"homepage":"https://cakeday.today","language":"Go","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/yigitsadic.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}},"created_at":"2023-04-24T17:45:55.000Z","updated_at":"2024-08-31T11:30:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3a795a8-696c-4cb4-b0c7-a1749c7672ee","html_url":"https://github.com/yigitsadic/birthdayproject","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yigitsadic/birthdayproject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yigitsadic%2Fbirthdayproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yigitsadic%2Fbirthdayproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yigitsadic%2Fbirthdayproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yigitsadic%2Fbirthdayproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yigitsadic","download_url":"https://codeload.github.com/yigitsadic/birthdayproject/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yigitsadic%2Fbirthdayproject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker","docker-compose","golang","mongodb","nextjs","postgresql","rabbitmq","react","ruby-on-rails","typescript"],"created_at":"2024-12-17T08:15:19.321Z","updated_at":"2026-04-07T18:32:15.848Z","avatar_url":"https://github.com/yigitsadic.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎁 Birthday Project\n\nBirhday project is a project for companies to send birthday emails to their employees on their birthdays automatically.\n\n## Tech Stack\n\n![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge\u0026logo=go\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n![Rails](https://img.shields.io/badge/rails-%23CC0000.svg?style=for-the-badge\u0026logo=ruby-on-rails\u0026logoColor=white)\n![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge\u0026logo=vite\u0026logoColor=white)\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge\u0026logo=next.js\u0026logoColor=white)\n\n```mermaid\n---\ntitle: CakedayToday Stack\n---\n\nclassDiagram\n\nAPI --\u003e Postgres Database\nWeb App --\u003e API\nAdmin App --\u003e Postgres Database\nAdmin App --\u003e Mongo Database\nEmail Sender --\u003e Postgres Database\nAPI --\u003e RabbitMQ\nAdmin App --\u003e RabbitMQ\nRabbitMQ --\u003e Audit Logger\nAudit Logger --\u003e Mongo Database\nStatic Site --\u003e API\n\nAPI : Golang\nWeb App : React + TypeScript\nEmail Sender : Golang\nAudit Logger : Golang\nAdmin App : Ruby on Rails\nStatic Site : Nextjs\n\n```\n\n## Flows\n\n```mermaid\n---\ntitle : Audit Logging Flow\n---\n\nsequenceDiagram\n    API -\u003e\u003e RabbitMQ : Publishes row changes via messages\n    Admin App -\u003e\u003e RabbitMQ : Publishes row changes via messages\n\n    Audit Logger -\u003e\u003e RabbitMQ : Fetches row changes via messages\n    Audit Logger -\u003e\u003e RabbitMQ : Fetches row changes via messages\n    Audit Logger -\u003e\u003e Mongo DB : Writes changes to\n\n    Admin App -\u003e\u003e AuditLogger : Fetches row changes via HTTP\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyigitsadic%2Fbirthdayproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyigitsadic%2Fbirthdayproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyigitsadic%2Fbirthdayproject/lists"}