Rinha de backend (Backend perfomance competition)

Origin

This project was developed with:

First results

First results

Final results

Final results

How to run

Local development

# Install dependencies
bun install

# Start postgres locally
docker-compose -f docker-compose.dev.yml up

# Run the project locally
bun start

Docker

docker-compose up

Tests

The tests are outdated and I'm lazy to update them

bun test