ElysiaJS Task API

A simple task API built with ElysiaJS.

Requirements

  • Bun

Installation

Install Bun:

curl https://bun.sh/install | bash

Install dependencies:

bun install

Create Database Table:

bun run create-table

Development

To start the development server run:

bun run dev

Testing

bun test