Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springAPI-DeliveryApp

1. URL

(1) 음식 전체 조회 : GET /foods

(2) 음식 단일 조회 : GET /foods/{id}

(3) 음식 등록 : POST /foods

(4) 음식 수정 : PUT /foods/{id}

(5) 음식 전체 삭제 : DELETE /foods

(6) 음식 개별 삭제 : DELETE /foods/{id}

2. API Class Diagram

Screenshot 2023-08-22 at 9 20 36 PM

3. API ERD

Screenshot 2023-08-22 at 9 20 45 PM

About

REST API project / MVC pattern / Spring

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages