Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 355 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 355 Bytes

Spring Boot Rest Api

Endpoints

Get all manufacturers

Get here

localhost:8080/api/manufacturers

Get all phones

Get here

localhost:8080/api/phones

Get phone by id

localhost:8080/api/phone/{id}

Get phones from a specific company

localhost:8080/api/phones/{mname}