UNPKG

very-express

Version:

based on json schema and openapi, generate Express RestApi server with mongoDb

39 lines (31 loc) 981 B
# This app is generated by [VeryExpress](https://github.com/Justin26l/VeryExpress) # Quick Start 1. check configuration file **vex.config.json** under your project root directory. [vex.config.json](./vex.config.json) 2. generate the app with your vex.config settings. *Note : every db schema changes require to regenerate app. `vex` 3. you should saw a express typescript app being generated. ``` ├── src/ │ └── ... ├── package.json ├── tsconfig.json ├── vex.config.json ├── .env └── ... ``` 4. start the generated express app. ``` npm i npm build npm run start ``` 5. start the app in docker. ``` npm run docker-build npm run docker-start ``` # Resource - [Documents](https://github.com/Justin26l/VeryExpress/blob/main/README.md) - [Discord](https://discord.gg/PZGMzDp7)