Skip to content

morystleeon/final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project

RESTful API for Digital Book Application are made by:

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

Table of contents

  • a Architecture diagram of the Digital Book Application
  • an Entity Relational Diagram of the Digital Book Application Data Model
  • RESTful API End-Point

Architecture diagram of the Merchant Service


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

Entity Relational Diagram of the Merchant Service Data Model


Diagram Tanpa Judul drawio (2)

RESTful API End-Point


Method End-Point Description
POST /login to login on Digital Book Application
GET /customers to get all Customers on Digital Book Application
GET /customers/id to get one Customers on Digital Book Application
POST /customers to create Customers on Digital Book Application
PUT /customers/id to update Customers on Digital Book Application
DELETE /customers/id to delete Customers on Digital Book Application
POST /books to add Books on Digital Book Application
GET /books to get all Books on Digital Book Application
GET /books/id to get one Books on Digital Book Application
PUT /books/id to update Books on Digital Book Application
DELETE /books/id to delete Books on Digital Book Application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published