Skip to content

inis-cloud/inis-mini-server

Repository files navigation

一个异步非阻塞 IO Node.js版 Blog REST_API

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

安装依赖

$ 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

API 文档

http://127.0.0.1:3000/blog-server

http://127.0.0.1:3000/blog-server-json

License

inis-server is MIT licensed.

Releases

No releases published

Packages

No packages published