Skip to content

developer-rakeshpaul/genesis-nestjs-starter

Repository files navigation

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.