This is a new web service for providing residential property information.
GET /property?postcode=SO33 9SC - filter properties by postcode
- Finish implementing the
GET /propertyendpoint so that it works as expected and all tests pass - Add a feature to
GET /propertyto filter bypropertyType
To run the application via the command line - ./gradlew bootRun
To build the application via the command line - ./gradlew build
To test the application via the command line - ./gradlew test
- Gradle
- Spring Boot 2
- JUnit 5
You can use any other technologies to complete the task