27 lines
730 B
Markdown
27 lines
730 B
Markdown
# Rinha Backend 2025
|
|
|
|
A scalable backend application built with [NestJS](https://nestjs.com/), using TypeScript, Redis for fast in-memory
|
|
operations, and SQL for persistent storage.
|
|
|
|
## Features
|
|
|
|
- 🚀 Fast, modular API with NestJS
|
|
- 💾 Payments queueing and processing with Redis
|
|
- 🗄️ Persistent data with SQL database
|
|
- 🐳 Dockerized for easy deployment
|
|
|
|
## Getting Started
|
|
|
|
### Prerequisites
|
|
|
|
- [Node.js](https://nodejs.org/) (v22+)
|
|
- [Yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/)
|
|
- [Docker](https://www.docker.com/) & [Docker Compose](https://docs.docker.com/compose/)
|
|
|
|
### Link do desafio
|
|
|
|
- [Rinha de Backend - 2025](https://github.com/zanfranceschi/rinha-de-backend-2025/
|
|
)
|
|
|
|

|