Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 539 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 539 Bytes

EventsOnContainer

Microservices APIs using Docker Containers for an EventBrite-like website

This project consists of building a mini event services website similar to EventBrite.com. This includes creating microservices and RESTful APIs; using Swagger for API documentation; integrating a token service for user authentication, Redis Cache for shopping cart service, RabbitMQ for messaging between different microservices, and Stripe for payments. Logging & Swagger for API documentation were also used