랜덤 명언 REST API 서버 개발하기

Jiwontwopunch·2022년 6월 30일
0

독학

목록 보기
94/102
post-thumbnail

random-wisesaying 폴더 생성

yarn add express

index.js 파일 생성

3000 포트에 서버 만들기

postman 설치 / npx nodemon ./index.js

랜덤 명언 데이터 가져오기

github.com/golbin/hubot-maxim에서 data-maxim.json 복사
data.json 파일 생성 후 붙여넣기, Shift+Alt+F로 정렬

GET

POST & 검증

DELETE & 검증

PUT

랜덤으로 만들기

0개의 댓글