Skip to content

halfbug/nextnode

Repository files navigation

Groupshop Logo

NPM Version

Description

A GroupShop backend API techstack :

  • Nest framework.
  • TypeScript.
  • GraphQL
  • TypeORM
  • MongoDB
  • Yarn

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test App

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Adding this for test only

triggering a run 2