Skip to content

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.

Notifications You must be signed in to change notification settings

atulmy/fullstack-event-driven-architecture

Repository files navigation

Full-Stack Event Driven Architecture

Overview

Landing Landing

View in Figjam

Structure

Setup & Running

  • Prerequisites

    • Node (v18.x)
    • MongoDB
    • Redis
  • Clone repository git clone git@github.com:atulmy/fullstack-event-driven-architecture.git fullstack

  • Switch to directory cd fullstack

  • Install packages npm install

  • Clean up npm run clean

  • Reinstall packages npm run reinstall

  • Copy env for api services

    • cp ./projects/api/core/.env.example ./projects/api/core/.env.development
    • cp ./projects/api/stt/.env.example ./projects/api/stt/.env.development
    • cp ./projects/api/tts/.env.example ./projects/api/tts/.env.development
  • Start dev servers npm run dev

Notes

Redis 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.

License

Copyright (c) 2025 Atul Yadav

GitHub · X (Twitter)

The MIT License

About

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.

Topics

Resources

Stars

Watchers

Forks