Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 801 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 801 Bytes

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