sudo npm install -g json-server
src와 같은 레벨의 위치 data폴더 안에 db.json 추가
json-server --watch db.json --port 3001