카테고리 없음
[npm] json-server
냐옴
2022. 3. 19. 23:37
## json-server 설치
$ npm install json-server
## data/db.json 파일을 rest api 로 서비스
$ json-server --watch data/db.json --port 3000
https://www.npmjs.com/package/json-server
json-server
Get a full fake REST API with zero coding in less than 30 seconds. Latest version: 0.17.0, last published: 5 months ago. Start using json-server in your project by running `npm i json-server`. There are 262 other projects in the npm registry using json-ser
www.npmjs.com