UberSalon Backend API
後端 API 服務。
Domain
Tech Stack
NestJS 11 / TypeORM / MySQL / Redis / JWT / Swagger / nestjs-i18n
Getting Started
bash
yarn install
yarn dev # http://localhost:8080Scripts
| Command | Description |
|---|---|
yarn build | nest build |
yarn format | prettier --write "src/**/*.ts" "test/**/*.ts" |
yarn dev | nest start --watch |
yarn start | nest start |
yarn start:dev | nest start --watch |
yarn start:debug | nest start --debug --watch |
yarn start:prod | node dist/main |
yarn lint | eslint "{src,apps,libs,test}/**/*.ts" --fix |
yarn test | jest |
yarn test:watch | jest --watch |
yarn test:cov | jest --coverage |
yarn test:debug | node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand |
yarn test:e2e | jest --config ./test/jest-e2e.json |
Auto-generated by yarn docs:gen at 2026/3/9 下午11:56:26