Skip to content

daedalus-developers/products-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Products API

Prerequisites:

  • Java 21
  • Docker

Minimum Functional Requirements:

  1. The REST API should serve the following routes:
METHOD ENDPOINT DESCRIPTION
GET /api/products Retrieve all products in the database
POST /api/products Create new product in the database
GET /api/products/{id} Retrieve a product in the database
PUT /api/products/{id} Update a product in the database
DELETE /api/products/{id} Delete a product in the database
  1. The REST API should accept and serve data in JSON format
  2. The Product entity must have the following properties: product_id, name, description, price, quantity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages