Reveal the bad joker you are
Bad joke contest board client
$ yarn
# development
$ yarn start
# unit tests
$ yarn test
# test coverage
$ yarn test:cc
Bad joke contest board apis
$ yarn
# 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
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov