- Bun.js (Fast javascript/typescript runtime)
- Elysia.js (HTTP Framework)
- PostgreSQL (Database)
# Install dependencies
bun install
# Start postgres locally
docker-compose -f docker-compose.dev.yml up
# Run the project locally
bun start
docker-compose up
The tests are outdated and I'm lazy to update them
bun test