Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 532 Bytes

ReadMe.md

File metadata and controls

17 lines (15 loc) · 532 Bytes

Description - A simple and lightweight RESTful project.

Functionality

Database CRUD operations as REST

  • Add a product
  • Retrieve the product based on product id
  • Retrieve the list of products based on simple search criteria e.g. product type
  • Remove a product from the catalogue.

Technical Specifications

Technical specifications from development and deployment perspective

  • Build & Configuration - Maven
  • Database - H2
  • REST - Jersey
  • Server Runtime - Eclipse embedded Jetty server.