consultancy-outfit / GENERIC-DEV-001

Compliance sheet back office

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development server

Install Nx Globally npm install --global nx@latest.

Clone the Project git clone <remote url>.

Install Dependencies using npm ci.

Run the gateway and other microservice applications using npx nx run <applicationName>:serve.

Alternatively for Terminal , You can add Nx Console VS Code Extension to start the project using ui.

Add Other microservices

Run nx generate @nrwl/nest:application <applicationName> to create a new application(microservice) in your app. Add these flags to remove adding any e2e or test cases with it --unitTestRunner none --e2eTestRunner none

Shared Libs Usage in All Microservices

Add files or folder in libs/shared/src folder and import those files or folder in index file of that folder.

Add your new folders path in the tsconfig.base.json to be accessed as that path across all applications of that project.

Further help

Visit the Nx Documentation to learn more.

About

Compliance sheet back office


Languages

Language:TypeScript 88.8%Language:EJS 10.2%Language:Groovy 0.6%Language:JavaScript 0.4%Language:Shell 0.1%