Skip to content

Ipseeta/RESTful-JAXRS-Kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful service using JAX-RS and Jersey

Its a Proof-of-Concept for a products API, which will aggregate product data from multiple sources and return it as JSON to the caller. myRetail app's goal is to create a RESTful service that can retrieve product and price details by ID. Basic CRUD operations, to create pricing information in mongoDB, to read all the products, also by product id and name, to update pricing information of product and to delete price of product by its id.

Used:-

  • JAX-RS
  • Jersey
  • NoSQL- MongoDB

Releases

No releases published

Packages

No packages published

Languages