Elysia with Bun runtime + Drizzle ORM Running the project Start the Docker containers: docker-compose up -d Install dependencies: bun install Run the migrations: bun migrate Start the server: bun dev