Thanks to visit codestin.com
Credit goes to github.com

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

Vennyyoung/fullstack-event-driven-architecture

 
 

Repository files navigation

Full-Stack Event Driven Architecture

Overview

Landing Landing

View in Figjam

Setup

  • Prerequisites

    • Node (v18.x)
    • MongoDB
    • Redis
  • Clone repository git clone [email protected]:atulmy/fullstack-event-driven-architecture.git speechy

  • Switch to directory cd speechy

  • Setup

    • Install packages npm install

Running

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.

Deploying

Check .github/workflow for GCP Cloud Run deployment example. Requires GCP_PROJECT and GCP_SA_KEY added to repository secret along with Redis instance configured in GCP.

License

Copyright (c) 2024 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.6%
  • SCSS 8.6%
  • Dockerfile 5.9%
  • CSS 3.2%
  • JavaScript 2.9%
  • Shell 0.8%