This project is a Java Spring Boot application that provides weather alerts count with circuit breaker.
- Java : 21
- Springboot : 3.2.7
GET /api/v1/weather/alerts-count
- Fetch weather alerts count from external API
- User authentication
- Parameterization with paalication.properties
- Swagger documentation
- Clone the repository.
- Build the project using ./mvn build.
- Run the application using ./mvn springboot:run.