Skip to content

morystleeon/mini_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Project

RESTful API for Merchant Service are made by:

N|Solid N|Solid N|Solid N|Solid N|Solid N|Solid

Table of contents

  • a Architecture diagram of the Merchant Service
  • an Entity Relational Diagram of the Merchant Service Data Model
  • RESTful API End-Point

Architecture diagram of the Merchant Service


(2) 2023 Thumbnail Youtube HH dan Sunday SOHO  (2)

Entity Relational Diagram of the Merchant Service Data Model


17 01 2023 drawio

RESTful API End-Point


Method End-Point Description
POST /login to login on merchant service
GET /merchant to get all merchant on merchant service
GET /merchant/id to get one merchant on merchant service
POST /merchant to create account on merchant service
PUT /merchant/id to update merchant on merchant service
DELETE /merchant/id to delete account on merchant service
POST /product to add product on merchant service
GET /product to get all product on merchant service
GET /product/id to get one product on merchant service
PUT /product/id to update product on merchant service
DELETE /product/id to delete product on merchant service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published