Skip to content

MrDenisL/spring5-mvc-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages