certd/packages/ui/certd-server
GitHub Actions Bot 8b828b3f34 🔱: [server] sync upgrade with 1 commits [trident-sync] 2023-01-29 08:39:33 +00:00
..
db/migration 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
src 🔱: [server] sync upgrade with 1 commits [trident-sync] 2023-01-29 08:39:33 +00:00
test/controller 🔱: [server] sync upgrade with 1 commits [trident-sync] 2023-01-29 08:39:33 +00:00
.dockerignore 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
.editorconfig 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
.eslintrc.json 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
.gitignore 🔱: [server] sync upgrade with 1 commits [trident-sync] 2023-01-29 08:39:33 +00:00
.prettierrc.js 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
Dockerfile 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
LICENSE 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
README.md 🔱: [server] sync upgrade with 1 commits [trident-sync] 2023-01-29 08:39:33 +00:00
README.zh-CN.md 🔱: [server] sync upgrade with 1 commits [trident-sync] 2023-01-29 08:39:33 +00:00
bootstrap.js 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
jest.config.js 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
package.json 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
tsconfig.json 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00

README.md

fast-server-js

base on midway

QuickStart

nodejs需要16以上

Development

$ npm i
# 如果遇到sqlite安装失败时
# 建议使用cnpm
# npm install -g cnpm
# cnpm install
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.

see [midway docs][ https://midwayjs.org] for more detail.