A type-safe SQL query builder for TypeScript. Types are inferred from the database schema, providing full type safety and autocompletion when building queries.
Types are generated using kysely-codegen
Type-safe HTTP framework for building APIs with TypeScript.
OpenApi Spec (only available when running the backend): http://localhost:3000/api-docs
Just an Angular application with API imported from OpenAPI spec (with oazapfts) generated by oRPC.
bun install --cwd ./backend
bun install --cwd ./frontend docker compose -f ./backend/docker-compose.yml upbun --cwd ./backend startbun --cwd ./frontend startbun --cwd ./backend migratebun --cwd ./backend generate:database-typesbun --cwd ./frontend generate:client