Skip to content

Deployd 모듈 설정 예제에 대한 레파지토리입니다.

Notifications You must be signed in to change notification settings

CanDoVueJS/deployd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployd 모듈 설정 예제

시작하기

  1. Deployd 모듈 초기화 명령어
$ npm run create:db
  1. Deployd 서버 띄우기
$ npm run start:server
  1. Deployd 서버 대시보드와 함께 띄우기
$ npm run start:dashboard

서버가 띄워진 후에는 localhost:2403 에서 확인이 가능합니다.

Localhost:2403 에 접속했을 때 노출되는 화면

대쉬보드에 접속하려면 localhost:2403/dashboard 에 접속하면 대시보드 역시 확인 가능합니다.

Localhost:2403/dashboard 에 접속했을 때 노출되는 화면

RESTful API

Deployd 모듈은 아래와 같은 RESTful API 를 제공해주며, 각 메소드별 정보는 아래와 같다. 임의로 예제는 메모 어플리케이션을 기준으로 작성하였다.

GET Method

Task Route Accepts Returns
메모 리스트 받아오기 /memos X 데이터의 리스트

POST Method

Task Route Accepts Returns
메모 생성하기 /memos 메모에 대한 정보 객체 생성된 데이터의 리스트

DELETE Method

Task Route Accepts Returns
생성된 메모 삭제하기 /memos/${id} 메모에 대한 정보 객체 X

PUT Method

Task Route Accepts Returns
생성된 메모 수정하기 /memos/${id} 메모에 대한 정보 객체 수정된 메모 객체

About

Deployd 모듈 설정 예제에 대한 레파지토리입니다.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published