A Java Spring Boot microservice that converts time (HH:mm format) into spoken English. For example, "02:00" becomes "It's two o'clock" and "00:00" becomes "It's Midnight".
- Java 8
- Spring Boot
- Maven
- Swagger (Springdoc OpenAPI)
- JUnit 5
- RESTful API
Make sure you have Java 8 and Maven installed.
# Clone the repo
git clone https://github.com/VijaysCoding/Speaking-Clock.git
cd Speaking-Clock
# Build the project
mvn clean install