Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.82 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.82 KB

👾 Brawl Stars Pain League API

This project aims to generate player stats for the mobile game Brawl Stars. This backend retrieves player game data via the official API

🛠 Stack

nestjsnodejstypescriptdockertypeormmysql

👨‍💻 Installation

git clone https://github.com/DeadInEgg/bs-pain-league-api.git
cd bs-pain-league-api
npm install

🚀 Getting start

npm run start:dev
docker-compose up -d --build

🧪 Run e2e tests

npm run test:e2e

🏗️ Migrations

Generate a migration

npm run migration:generate name-migration

Run the migration

npm run migration:run

Revert the last migration

npm run migration:revert