What problem does it solve?
Use when editing or creating files in backend/src/routes/ or backend/src/lib/.
Use when the user asks to add an API endpoint, create a route, write business logic,
run the dev server, run migrations, or asks about the API/logic separation pattern.
Use when working with app-specific database tables in backend/src/db/.
Core Features & Use Cases
- Provides a structured approach to organizing backend code, including route definitions, business logic separation, and consistent error handling.
- Covers server configuration, migrations, and integration with the symbiosika-framework to accelerate backend development.
- Real-world use cases include adding an API endpoint, creating a route, implementing business logic, and performing dev server operations.
Quick Start
Follow the guidance to initialize and run the backend app development workflow, starting with project setup and server boot.