Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewcook/rezz
https://github.com/drewcook/rezz
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drewcook/rezz
- Owner: drewcook
- Created: 2024-12-05T19:07:37.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-05T19:59:12.000Z (about 1 month ago)
- Last Synced: 2024-12-05T20:22:44.197Z (about 1 month ago)
- Language: TypeScript
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)