tjo.space/api
Tine Jozelj 28e60b3d29
Some checks failed
ci / docker (web) (push) Failing after 2m18s
ci / docker (api) (push) Successful in 2m27s
fix(api): prefix
2023-09-11 14:17:23 +02:00
..
src fix(api): prefix 2023-09-11 14:17:23 +02:00
.gitignore feat: restructure, use bun and add api 2023-09-11 14:02:23 +02:00
bun.lockb feat: restructure, use bun and add api 2023-09-11 14:02:23 +02:00
Dockerfile feat: restructure, use bun and add api 2023-09-11 14:02:23 +02:00
package.json fix: dont run tsc 2023-09-11 14:12:18 +02:00
README.md feat: restructure, use bun and add api 2023-09-11 14:02:23 +02:00
tsconfig.json feat: restructure, use bun and add api 2023-09-11 14:02:23 +02: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.