https://github.com/jonathanperis/rinha2-back-end-postgrest
PostgREST, Postgresql, Nginx e ódio
https://github.com/jonathanperis/rinha2-back-end-postgrest
Last synced: about 1 year ago
JSON representation
PostgREST, Postgresql, Nginx e ódio
- Host: GitHub
- URL: https://github.com/jonathanperis/rinha2-back-end-postgrest
- Owner: jonathanperis
- License: mit
- Created: 2025-03-11T15:57:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T18:47:36.000Z (about 1 year ago)
- Last Synced: 2025-03-18T19:46:50.076Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://jonathanperis.github.io/rinha2-back-end-postgrest/
- Size: 758 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rinha de Backend - Segunda Edição
Versão PostgREST da [rinha de backend 2ª edição - 2024/Q1](https://github.com/zanfranceschi/rinha-de-backend-2024-q1).
## Stack
- postgrest
- nginx
- postgresql
## Rodando o projeto
```bash
docker compose up -d nginx --build
```
## Versões alternativas
### Implementações que elaborei em outras linguagens
- [rinha2-back-end-dotnet](https://github.com/jonathanperis/rinha2-back-end-dotnet)
- [rinha2-back-end-go](https://github.com/jonathanperis/rinha2-back-end-go)
- [rinha2-back-end-rust](https://github.com/jonathanperis/rinha2-back-end-rust)
- [rinha2-back-end-python](https://github.com/jonathanperis/rinha2-back-end-python)