Skip to content

xamey/demands-api

Repository files navigation

Demands API

This is a simple API to manage dayoffs demands for a company. It's built with bun, elysia and drizzle.

Migrations

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.

Launching the server

To launch the server, run bun dev.

API endpoints documentation - Postman

Architecture

Largely inspired by bun-elysia-drizzle-sqlite repo.

About

An ElysiaJS app which serves users and dayoffs demands.

Resources

Stars

Watchers

Forks

Packages

No packages published