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