Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 1.22 KB

README.md

File metadata and controls

78 lines (51 loc) · 1.22 KB

SRSLY ??!

🃏Bad jokes contest board🃏

Reveal the bad joker you are

Srsly client

Nest Logo

Description

Bad joke contest board client

Installation

$ yarn

Running the app

# development
$ yarn start

Test

# unit tests
$ yarn test

# test coverage
$ yarn test:cc

Srsly server

Nest Logo

Description

Bad joke contest board apis

Installation

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

By default, server is launched on port 3000

Visit http://localhost:3000/api to take a look on OpenApi Swagger documentation

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov