Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 746 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 746 Bytes

Genesis Nest Starter

Description

Nest framework TypeScript starter repository with built in authentication and authorisation modules. Build in support of integration with Hasura graphql engine

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

Stay in touch

License

Genesis Nest Starter is MIT licensed.