Skip to content

wisemen-digital/nestjs-project-template

Repository files navigation

Nest Logo

WISEMEN-NEST-CORE

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Setting up .env

'Note: during private generation a passphrase is required, this is RSA_PASSPHRASE'
openssl genrsa -des3 -out private.pem 2048
openssl rsa -in private.pem -outform PEM -pubout -out public.pem
cat private.pem | base64 '<-- Your RSA_PRIVATE'
cat public.pem | base64 '<-- Your RSA_PUBLIC'

RSA private key

RSA_PRIVATE = "your private key"

RSA public key

RSA_PUBLIC = "your public key"

RSA passphrase

RSA_PASSPHRASE = "your password"

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published