No description
Find a file
2025-02-04 18:38:55 +06:00
drizzle all the routes and functions added, not tested yet 2025-01-30 16:09:00 +06:00
src middleware fixed, yet some work have to be done 2025-02-04 18:38:55 +06:00
.gitignore init commit 2025-01-25 18:23:36 +06:00
bun.lockb auth added not tested yet 2025-01-27 18:19:02 +06:00
drizzle.config.ts init commit 2025-01-25 18:23:36 +06:00
package.json auth added not tested yet 2025-01-27 18:19:02 +06:00
README.md Initial commit (via bun create) 2025-01-15 10:54:42 +06:00
tsconfig.json Initial commit (via bun create) 2025-01-15 10:54:42 +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.