No description
Find a file
2025-02-22 07:12:46 +00:00
drizzle all code added 2025-02-13 11:11:13 +06:00
src cors added for dev dashboard 2025-02-22 07:12:46 +00:00
.gitignore minor changes added 2025-02-20 12:51:21 +06:00
bun.lockb auth added not tested yet 2025-01-27 18:19:02 +06:00
docker-compose.yml no expose for coolify 2025-02-19 12:23:19 +06:00
Dockerfile done 2025-02-19 10:57:22 +06:00
drizzle.config.ts init commit 2025-01-25 18:23:36 +06:00
entrypoint.sh done 2025-02-19 10:57:22 +06:00
env.example.js env added 2025-02-09 11:58:56 +06:00
package.json Merge branch 'canvas_be_v1' 2025-02-20 15:31:26 +06:00
README.md all code added 2025-02-12 18:57:31 +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.