You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This App is a ticket system based on event driven microsrvices. When buying a ticket (creating an order), the ticket will be reserved for 2mns (simulation, but can be up to 15mns). If no payment made, the ticket will be available again but if purchased successfully the ticket is removed from the UI.
Features:
- Auth microservice;
- Ticket microservice;
- Order microservice;
- Expiration microservice (Redis & Bull to expire an order if time limit is reached);