Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 646 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 646 Bytes

GuessRank logo

Description

This repository contains the source code for our API, built with NestJS and MongoDB.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

# seed collection
$ pnpm run db:dev CollectionName

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov