This project aims to generate player stats for the mobile game Brawl Stars. This backend retrieves player game data via the official API
git clone https://github.com/DeadInEgg/bs-pain-league-api.git
cd bs-pain-league-api
npm install
npm run start:dev
docker-compose up -d --build
npm run test:e2e
Generate a migration
npm run migration:generate name-migration
Run the migration
npm run migration:run
Revert the last migration
npm run migration:revert