Ticketing
A full stack web application built with microservices and event-driven architecture. The entire app is deployed and runs in Docker containers and is executed in a Kubernetes cluster. Each service is created using Node.js, and the NATS streaming server is used for the event bus system. The front-end is built with NextJS (React) to present content to the users. I built this project during my course for microservices in Udemy, what I learned during that course is how to architect large, scalable apps using a collection of microservices, solve concurrency issues in systems with asynchronous events, test isolated microservices using Jest and Supertest, configuring CI/CD pipeline with Github Actions and scripts.