This is a simple API to manage dayoffs demands for a company. It's built with bun, elysia and drizzle.
If no migrations are found, you can run bun migration:create to create a new migration file.
To create the database, run bun migration:run.
To seed the database, run bun migration:seed.
To launch the server, run bun dev.
Largely inspired by bun-elysia-drizzle-sqlite repo.