This simple food delivery back-end application was created to apply my recently acquired knowledge of microservices architecture and showcase some good development practices, such as DRY principle, Testing Pyramid and Continuous Integration.
- latest version of Docker
- JDK 17
- Maven
mvn clean install && docker compose up
You can check some request examples in this Postman Collection
- OpenJDK 17;
- Spring Gateway;
- Spring Security
- RabbitMQ
- MySQL 5.7;
- Cucumber + Gherkin