Skip to content

🎟️ πŸŽ›οΈ The Ticket App Microservices Backend is an efficient Node.js and Typescript-based solution that uses microservices, NATS streaming, and Kubernetes deployment for ticketing apps.

Notifications You must be signed in to change notification settings

ahmedeid6842/Tickets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

74 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

logo-no-background

Tickets Microservices

πŸ“‘ Table of Contents

πŸ“˜ Introduction

The Ticket App Microservices Backend is a Node.js Typescript-based backend that utilizes microservices architecture to provide a seamless user experience. This backend is composed of several microservices including Auth, Expiration, Common, Order, Payment, and Ticket. Auth handles authentication and authorization, while Expiration uses the Bull package to set expiration time for tickets and delay events for 15 minutes after order creation. Common is an npm package that shares the code of events interfaces. Order handles order creation and cancellation with firing events, Payment handles payment using Stripe, and Ticket handles ticket creation and updates. To handle message streaming between services, this backend uses NATS streaming service built on top of NATS-streaming.

The code is written in Typescript, making use of interfaces, classes, and generators to ensure a well-organized and easily maintainable codebase. Kubernetes service and deployment were used to create a deployment for each service and its database and to build ingress and set up the NATS streaming service. This Ticket App Microservices Backend provides a reliable and efficient backend for your ticket app needs. The Ticket App Microservices Backend is a reliable and efficient solution for ticket app needs, with Mongoose version numbers utilized to solve concurrency issues between services.

(back to top)

πŸš€ Getting Started

To get a local copy up and running, follow these steps.

Prerequisites ❗

In order to run this project you need:

Environment Variables πŸ”‘

To run this project, you will need to add the following environment variables to your secrets.yaml file

JWT_KEY : string, JSON web token secret (Example: JwtKey)

SALT_FACTORY: number of rounds to create salt for hashing ( Example: 10 )

STRIPE_KEY: your stripe API key to handle the payment

Note: All environment variables must be encoded in base64 format.

Setup ⬇️

  1. Setup Ingress-Nginx Controller, refer to the documentation for instructions. This will guide you through the process of setting it up correctly to handle incoming traffic.

  2. Clone this repository to to your preferred directory:

cd my-folder
git clone https://github.com/ahmedeid6842/Tickets.git

Install βœ”οΈ

Install this project with kubectl :

kubectl apply -f ./infra/k8s

Usage 🀿 πŸƒβ€β™‚οΈ

After following the above instructions, the Kubernetes cluster should be up and running.

  • To verify the health of all Kubernetes cluster components and ensure that they are in a ready state, you can run the following command in the terminal:
kubectl get all

cluster-health

  • Alright, it's showtime! πŸ”₯ Hit ticketing.dev/api/users/currentuser and BOOM! πŸ’₯ You should see the microservices working like a charm. βœ¨πŸ§™β€β™‚οΈ

Postman_Docs_GIF

Note: the reason you are receiving {"currentUser":null} is because you are not currently logged in. However, this indicates that the services are operational and functioning properly.

(back to top)

πŸ” API Refernce

Postman 🀩

Here is the link to the Postman documentation for Tickets: Postman Docs - Tickets.

Postman_Docs_GIF

(back to top)

πŸ—οΈπŸ”¨ Architecture

  • Presented here is the general infrastructure diagram for the ticket cluster, illustrating the communication channels utilized by the distinct services to interoperate with one another.

Infrastructure

(back to top)

πŸ‘€ Author

Ahmed Eid πŸ™‹β€β™‚οΈ

(back to top)

🀝 Contributing

We're always looking to improve this project! πŸ” If you notice any issues or have ideas for new features, please don't hesitate to submit a pull request πŸ™Œ or create a new issue πŸ’‘. Your contribution will help make this project even better! ❀️ πŸ’ͺ

⭐️ Show your support

If you find this project helpful, I would greatly appreciate it if you could leave a star! 🌟 πŸ’Ÿ

πŸ”­ Up next

  • Implement validation for incoming requests 🚦
  • Add automated testing for each microservice πŸ§ͺ
  • Implement "Forgot Password" functionality πŸ’

πŸ’Ž Lessons Learned

  1. Understanding of concurrency issues and techniques to mitigate them.

  2. Development of a good interface and base classes using TypeScript to enhance code organization and reusability.

  3. Configuration and use of a message broker to facilitate event sharing between microservices.

  4. Creation of a robust architecture for the microservices cluster using Kubernetes.

  5. There is always something new to learn πŸ‘¨β€πŸ’».

(back to top)

About

🎟️ πŸŽ›οΈ The Ticket App Microservices Backend is an efficient Node.js and Typescript-based solution that uses microservices, NATS streaming, and Kubernetes deployment for ticketing apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published