/elysia-drizzle

Application test with Elysia + Drizzle

Primary LanguageTypeScript

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