To install dependencies:
bun install
To run:
bun run dev
- Helpers - Handles helping us connect to do something. Use cases like AWS SES Helper, AWS S3 Helper etc
- Utils - Contains utility functions that can be shared and imported from any parts of the application
- Config - Contains configuration to setup the application
- App - Core codebase containing the application routes, controllers, services (business logic), models (data models)