Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.2 KB

CircleCI

spring5-mvc-rest

Rest-API implemented using Spring MVC for Customers and Cattegories

What I Learned

  • Rest
  • HTTP Methods: GET,PUT,POST,DELETE
  • how to Use Postman
  • How to implement RESTful API in Java Using Spring MVC

In Action

  • GET categories

    categories-get

  • GET customers

    customers-get

  • PATCH customers

    customers-patch

  • POST customers

    customers-post

  • PUT customers

    customers-put

  • DELETE customers

    customers-delete