Skip to content

harinbeee/scheduler-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’ก ์ผ์ •๊ด€๋ฆฌ ์•ฑ project

๊ฐ„๋‹จํ•œ ์ผ์ • ๊ด€๋ฆฌ ์•ฑ API์ž…๋‹ˆ๋‹ค ์ผ์ •์„ ๋“ฑ๋กํ•˜๊ณ  ์ˆ˜์ •ํ•˜๊ฑฐ๋‚˜ ์‚ญ์ œํ•  ์ˆ˜ ์žˆ๊ณ , ์ž‘์„ฑ์ž๋ช…์ด๋‚˜ ๋‚ ์งœ๋ฅผ ํ†ตํ•ด ์กฐํšŒํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค

โš™๏ธ ๊ฐœ๋ฐœ ํ™˜๊ฒฝ

  • Java : 17
  • JDK : 17.0.1
  • Spring Boot : 3.4.4
  • IDE : IntelliJ
  • Build Tool : Gradle
  • API Test : Postman

( โ†ณ ์‹คํ–‰ ์˜ˆ์‹œ๊นŒ์ง€ ์ž์„ธํžˆ ๋ณด๊ธฐ )

๊ธฐ๋Šฅ Method URL ์š”์ฒญ(Request) ์‘๋‹ต(Response) ์ƒํƒœ ์ฝ”๋“œ
๐Ÿ“ ์ผ์ • ๋“ฑ๋ก POST /schedules Body (JSON)
todo, user, password
๋“ฑ๋ก ์ •๋ณด 201 CREATED
๐Ÿ“‹ ์ „์ฒด ์ผ์ • ์กฐํšŒ GET /schedules Query Param
date, user (์„ ํƒ)
๋‹ค๊ฑด ์‘๋‹ต ์ •๋ณด (List) 200 OK
๐Ÿ” ์„ ํƒ ์ผ์ • ์กฐํšŒ GET /schedules/{id} Path Variable
id
๋‹จ๊ฑด ์‘๋‹ต ์ •๋ณด 200 OK
๐Ÿ› ๏ธ ์„ ํƒ ์ผ์ • ์ˆ˜์ • PATCH /schedules/{id} Path Variable
id
Body (JSON)
todo, user, password
์ˆ˜์ • ์ •๋ณด 200 OK
๐Ÿ—‘๏ธ ์„ ํƒ ์ผ์ • ์‚ญ์ œ DELETE /schedules/{id} Path Variable
id
Body (JSON)
password
- 200 OK

๐Ÿ”– ERD


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages