Skip to content

Simple Nest.js soccer manager API (PostgreSQL/CQRS)

Notifications You must be signed in to change notification settings

aventez/node-soccer-manager

Repository files navigation

Soccer manager

⚽️ Simple Nest.js soccer manager API written in NestJS.

📦️ ️Out-of-the-box UI dedicated for debugging (Swagger)

Technology stack

  • Node.js (with Nest.js framework)
  • TypeScript
  • PostgreSQL
  • Winston for logging
  • Docker (optional)

Architecture

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Simple Nest.js soccer manager API (PostgreSQL/CQRS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published