It's a RESTful API built with Java - Spring Boot
-
Fetch data and return JSON object
-
Support requests with multiple values for query parameter that only allows single value
-
Sort data by any field and the order specified
-
Validate parameters and send custom error message
Within the root directory:
-
Run:
./gradlew bootRun
-
Port: 8080
Wen Zhang