A minimal skeleton for chubbyts-framework.
- node: 16
- @chubbyts/chubbyts-dic: ^1.2.0
- @chubbyts/chubbyts-dic-config: ^1.2.0
- @chubbyts/chubbyts-dic-types: ^1.2.1
- @chubbyts/chubbyts-framework: ^1.9.4
- @chubbyts/chubbyts-framework-router-path-to-regexp: ^1.4.1
- @chubbyts/chubbyts-http: ^1.2.1
- @chubbyts/chubbyts-http-node-bridge: ^1.2.0
- @chubbyts/chubbyts-http-types: ^1.2.3
- @chubbyts/chubbyts-log-types: ^1.3.2
- @chubbyts/chubbyts-pino-adapter: ^1.3.2
- commander: ^12.1.0
- pino: ^9.2.0
Add the following environment variable to your system, for example within ~/.bashrc
:
export USER_ID=$(id -u)
export GROUP_ID=$(id -g)
docker-compose up -d
docker-compose exec node bash
pnpm start
Commands is code that is meant to be executed on command line.
Handler alias Controller, or Controller actions to be more precise.
Service factories are the glue code of the dependeny injection container.
2024 Dominik Zogg