/elysiaaa

API built with Elysia (eh questionable DX) and drizzle-orm.

Primary LanguageTypeScript

Task API!

Setup

  • Install the dependencies
bun install
  • Create a .env file in the root directory (see .env.example for an example)
  • Generate migration files
bun run db:generate
  • Run the migrations
bun run db:migrate

Development

To start the development server run

bun run dev