Appearance
Project Structure
Main Structure
txt
├── apps ------- application
| ├── api ----------- back-end api app
| ├── cms ----------- front-end cms app
| ├── web ----------- front-end collab web application
├── charts ------- CICD config for different environment
├── envs
├── libs ------- library
| ├── baza-cli
| ├── collab-api
| ├── collab-web
| └── shared
├── migrations
| └── src
├── ops
| └── tests
├── tmp
└── tools
└── generators