This is a Number Classification API that classifies numbers as even or odd, checks if they are prime, and fetches fun facts about them using an external API.
- Java 11+
- Maven
- Clone the repository:
git clone https://github.com/username/repository.git
- Navigate to the project directory:
cd repository - Run the project:
mvn spring-boot:run
- Send a GET request to
/api/classify-number?number=<number>.
GET http://localhost:8080/api/classify-number?number=371