Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drewcook/rezz


https://github.com/drewcook/rezz

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rezz

This is a reservations app built with NestJS in a microservices architecture. It allows users to authenticate, create a reservation, pay for it via Stripe, and receive a notification email via Gmail after booking.

## Architecture

The microservices communicate via TCP and are Dockerized. They are hosted in a Kubernetes cluster via Google Cloud Provider's Kubernetes Engine, Container Registry, and Cloud Build for CI/CD. There is a load balancer that helps direct HTTP requests.

![\[./app-architecture.png\]](app-architecture.png)