folder_file_structure - wwwsolutions/nestjs-starter-kit GitHub Wiki
api-integration-name-name
Config Layer
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
api-config-app
> Generate library
nx generate xxx
Install Dependencies
npm install xxx
Usage
nx run xxx
libs/api/config/
app
project.json
Edit > libs/api/config/
app/src
index.ts
Edit > libs/api/config/
app/src/lib
api-config-app.module.ts
Edit > constants.ts
Create > validation.schema.ts
Create > libs/api/config/
app/src/lib/configs
environment.configuration.ts
Create > app.configuration.ts
Create > cache.configuration.ts
Create > winston.configuration.ts
Create > api-config-features
> Generate library
nx generate xxx
Install Dependencies
npm install xxx
Usage
nx run xxx
libs/api/config/
features
project.json
Edit > libs/api/config/
features/src
index.ts
Edit > libs/api/config/
features/src/lib
api-config-features.module.ts
Edit > features-config.registration.ts
Create > integration-config.registration.ts
Create > validation.schema.ts
Create > api-config-codegen
> libs/api/config/
codegen
Generate library
nx generate xxx
Install Dependencies
npm install xxx
Usage
nx run xxx
api-config-docker
> libs/api/config/
docker
Generate library
nx generate xxx
Install Dependencies
npm install xxx
Usage
nx run xxx
Core Layer
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
api-core
> libs/api/core
Generate library
nx generate xxx
Install Dependencies
npm install xxx
Usage
nx run xxx
Data Layer
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Domain/Business-logic Layer
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Integration Layer
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.