A full stack infrastructure base on nestjs δΈζθ―΄ζ demo account: admin 888888
Nestx is a full stack real project base on nestjs framework. This project is infrastructure for scale and extendable system.
Includes:
- nest-server server side
- nest-swagger Swagger generator
- nest-angular Angular backend client
- nest-react React backend client
- nest-testing API testing
Nestjs provides nodejs back-end modular management, completed controller annotation decorators, powerful module integration capabilities, and friendly with Angular.
Swagger is for rest api standard. it has benifit on decoupling but connecting between backend and frontend.
Swagger provides good choices for swagger -> front , swagger -> server -> front implement sequence.
Swagger can easily generate front-end proxy codes, basic domain codes, and basic test interface codes, making coding easy and efficient etc.
Lerna provides a set of command line convenience easily maintain modules.
Angular and react both of them have large high quality UI libraries, good to use them switchable, but typescript is necessary.
Testing is an effective guarantee of project quality, and persistent testing codes are necessary means of project iteration.
prepare: To change .env for your own settings
npm install lerna -g
lerna bootstrap
npm run start:serve
npm run start:angular
| functions | basic | full |
|---|---|---|
| Login | β | |
| Settings | β | |
| Users | β | |
| Roles | β | |
| Dictionary | β | |
| Logs | β | |
| Menus | β |
βββ README.md
βββ README.zh-CN.md
βββ docs
β βββ NestJsRBAC.1.md
β βββ NestJsRBAC.2.md
β βββ README.md
βββ lerna.json
βββ nestx.code-workspace
βββ package.json
βββ packages
βββ clients
β βββ nest-angular
β βββ nest-react
βββ servers
βββ nest-server
βββ nest-swagger
βββ nest-testing
βββ nestx-auth
βββ nestx-base
βββ nestx-cms
βββ nestx-common
βββ nestx-config