Skip to content

데이터베이스 없이 구성한 간단한 rest-api 예제

Notifications You must be signed in to change notification settings

kyubums/rest-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-api-example

데이터베이스 없이 구성한 간단한 rest-api 예제입니다.

간단한 메모작성 API 들이 구현되어 있습니다.

GET /notes 메모 목록

GET /notes/:id 메모 상세

POST /notes 메모 작성

PUT /notes/:id 메모 수정

DELETE /notes/:id 메모 삭제

About

데이터베이스 없이 구성한 간단한 rest-api 예제

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published