一个异步非阻塞 IO Node.js版 Blog REST_API
$ yarn 或 yarn install
$ npm i 或 npm install
# development
$ yarn start
$ npm run start
# watch mode
$ yarn start:dev
$ npm run start:dev
# production mode
$ yarn start:prod
$ npm run start:prod
http://127.0.0.1:3000/blog-server
http://127.0.0.1:3000/blog-server-json
inis-server is MIT licensed.