No description
Find a file Use this template
2025-01-16 15:50:28 +06:00
drizzle now we only need tests 2025-01-16 15:50:28 +06:00
src now we only need tests 2025-01-16 15:50:28 +06:00
.env.example organized 2025-01-15 17:19:21 +06:00
.env.services.example organized 2025-01-15 18:15:33 +06:00
.gitignore organized 2025-01-15 17:19:21 +06:00
bun.lockb added more 2025-01-15 15:00:54 +06:00
docker-compose.services.yaml reset db migrations 2025-01-16 00:15:25 +06:00
docker-compose.yaml organized 2025-01-15 17:19:21 +06:00
Dockerfile added more 2025-01-15 15:00:54 +06:00
drizzle.config.ts Notes route 2025-01-16 12:37:06 +06:00
package.json now we only need tests 2025-01-16 15:50:28 +06:00
README.md Initial commit (via bun create) 2025-01-07 14:13:11 +06:00
tsconfig.json init with db 2025-01-07 20:52:27 +06:00

Elysia with Bun runtime

Getting Started

To get started with this template, simply paste this command into your terminal:

bun create elysia ./elysia-example

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.