English | ä¸æ–‡æ–‡æ¡£
An enterprise web fullstack framework based on Nest.js
# Clone code
$ git clone git@github.com:ZhiXiao-Lin/nestify.git --depth=1
# Install dependencies
$ docker-compose up -d
# Run service
$ cd apps/service && yarn && yarn start:dev
# Run admin
$ cd apps/admin && yarn && yarn start
# Run applet
$ cd apps/applet && yarn && yarn start
# Run docs
$ cd apps/docs && yarn && yarn start
- Config
- Cache
- Logger
- Event Bus
- Workflow Engine
- Rule Engine
- Notification
- Verification
- Console
- MongoDB Seeder
- Crypt
- Mailer
- Arena
- Task Queue
- Search Engine
- Cashier
- Storage
- OAuth
- Broadcast
- Cube
- SSR
- Author - Roy Lin
- Gmail - linzhixiao1996@gmail.com
Nestify is MIT licensed.
Any feedback (use, pull request, issue, watch, star, fork) is considered as support for the project.