This Java Spring Boot project allows user to register, login, create new beers, try beers, and rate beers. The Beer Galore Frontend showcases some of these endpoints!
This project includes:
- Java
- Spring Boot
- Spring Data JPA
- Microservice architecture (Independent databases)
- API Gateway with JWT
- Authentication, Eureka server/client registry for server discovery
- OpenFeign microservice communication
- Spring Security
- Controller/Service/Repository application architecture
- MySQL
- Junit, Mockito, and MockMvc testing.