Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 423 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 423 Bytes

Hubspot Java Coding Challenge

Spring Boot REST API project

Export project to Intellij and start the service using Spring Boot. Tomcat application will start on port : 8080

Hit url : http://localhost:8080/hubspot/api/partners from browser or Postman URL.

If partners are retrieved and successfully transformed then 200 OK will be returned as successful response. Otherwise 400 will be returned with proper error message.