This project is a Spring Boot application that converts the current time or a given time into words.
- JDK 8 or above
- Maven
-
Clone the repository:
git clone <repository_url> -
Navigate to the project directory:
cd speaking-clock -
Build the project:
mvn clean install -
Run the application:
mvn spring-boot:run
GET /time/current- Returns the current time in words.GET /time/{time}- Returns the given time in words.
Swagger UI is available at /swagger-ui.html.