Directory Structure

Appolo will require all files in options.path default to [src] folders All other folders are optional

root-directory
โ”œโ”€โ”€ config
โ”‚ โ”œโ”€โ”€ env
โ”‚ โ”‚ โ”œโ”€โ”€ all.ts
โ”‚ โ”‚ โ”œโ”€โ”€ development.ts
โ”‚ โ”‚ โ””โ”€โ”€ production.ts
โ”‚ โ”œโ”€โ”€ middlewares
โ”‚ โ”‚ โ”œโ”€โ”€ all.ts
โ”‚ โ”‚ โ””โ”€โ”€ development.ts
โ”‚ โ””โ”€โ”€ modules
โ”‚ โ”œโ”€โ”€ all.ts
โ”‚ โ””โ”€โ”€ development.ts
โ”œโ”€โ”€ src
โ”‚ โ”œโ”€โ”€ controllers
โ”‚ โ”œโ”€โ”€ managers
โ”‚ โ”œโ”€โ”€ services
โ”‚ โ””โ”€โ”€ bootstrap.ts
โ””โ”€โ”€ app.ts