Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 653 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 653 Bytes

Scrum-Poker Back

  • NestJS 10
  • TypeORM 0.3

Dependencies

Installation

npm ci

Running the app

npm run start:dev

api listening on http://localhost:8080

Docker

sudo docker network create scrum-poker-network
sudo docker-compose up --build

api listening on http://localhost:8080