{"id":14819706,"url":"https://github.com/atulmy/fullstack-event-driven-architecture","last_synced_at":"2025-05-07T08:33:25.090Z","repository":{"id":242341718,"uuid":"806070416","full_name":"atulmy/fullstack-event-driven-architecture","owner":"atulmy","description":"Text-to-Speech and Speech-to-Text application built with a full-stack monorepo, featuring an event-driven, highly scalable architecture using Node.js, React, Redis, MongoDB, and Docker.","archived":false,"fork":false,"pushed_at":"2024-08-06T10:58:08.000Z","size":235,"stargazers_count":25,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T08:12:12.534Z","etag":null,"topics":["docker","event-driven","event-driven-architecture","example-project","microservice-architecture","microservices","mongodb","nodejs","react","redis","sample-project","scalability"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/atulmy.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":"2024-05-26T09:42:39.000Z","updated_at":"2025-03-25T08:47:36.000Z","dependencies_parsed_at":"2024-06-02T11:41:47.009Z","dependency_job_id":"3acf1bea-1bc1-42a9-bdab-27c58bdd26d2","html_url":"https://github.com/atulmy/fullstack-event-driven-architecture","commit_stats":null,"previous_names":["atulmy/fullstack-event-driven-architecture"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atulmy%2Ffullstack-event-driven-architecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atulmy%2Ffullstack-event-driven-architecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atulmy%2Ffullstack-event-driven-architecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atulmy%2Ffullstack-event-driven-architecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atulmy","download_url":"https://codeload.github.com/atulmy/fullstack-event-driven-architecture/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252843135,"owners_count":21812816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","event-driven","event-driven-architecture","example-project","microservice-architecture","microservices","mongodb","nodejs","react","redis","sample-project","scalability"],"created_at":"2024-09-18T17:02:00.407Z","updated_at":"2025-05-07T08:33:25.081Z","avatar_url":"https://github.com/atulmy.png","language":"TypeScript","readme":"# Full-Stack Event Driven Architecture\n\n## Overview\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003cimg alt=\"Landing\" src=\"https://raw.githubusercontent.com/atulmy/storage/master/images/fullstack-event-driven-architecture/architecture-overview.png\" /\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg alt=\"Landing\" src=\"https://raw.githubusercontent.com/atulmy/storage/master/images/fullstack-event-driven-architecture/data-flow.png\" /\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n[View in Figjam](https://www.figma.com/board/zCAWl74Q1a6bURhXyx2Pvc/fullstack-event-driven-architecture)\n\n## Structure\n\n- packages\n\n  - common\n  - model\n  - ui\n\n- projects\n  - api\n    - core\n      - [localhost:3001](http://localhost:3001)\n    - stt (speech-to-text)\n      - [localhost:3002](http://localhost:3002)\n    - tts (text-to-speech)\n      - [localhost:3003](http://localhost:3003)\n  - app\n    - console\n      - [localhost:4002](http://localhost:4002)\n    - web\n      - [localhost:4001](http://localhost:4001)\n  - site\n    - web\n      - [localhost:5001](http://localhost:5001)\n\n## Setup \u0026 Running\n\n- **Prerequisites**\n\n  - Node (`v18.x`)\n  - MongoDB\n  - Redis\n\n- Clone repository `git clone git@github.com:atulmy/fullstack-event-driven-architecture.git fullstack`\n- Switch to directory `cd fullstack`\n- Install packages `npm install`\n- Clean up `npm run clean`\n- Reinstall packages `npm run reinstall`\n- Copy env for api services\n  - `cp ./projects/api/core/.env.example ./projects/api/core/.env.development`\n  - `cp ./projects/api/stt/.env.example ./projects/api/stt/.env.development`\n  - `cp ./projects/api/tts/.env.example ./projects/api/tts/.env.development`\n- Start dev servers `npm run dev`\n\n## Notes\n\nRedis as a message broker is only used for development purpose. It should be replaced with a more feature rich pub/sub like RabbitMQ, Kafka, Google Cloud Pub/Sub, etc. for production.\n\n## License\n\nCopyright (c) 2025 Atul Yadav\n\n[GitHub](http://github.com/atulmy) · [X (Twitter)](https://x.com/atulmy)\n\n[The MIT License](http://www.opensource.org/licenses/mit-license.php)\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatulmy%2Ffullstack-event-driven-architecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatulmy%2Ffullstack-event-driven-architecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatulmy%2Ffullstack-event-driven-architecture/lists"}