Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 1.3 KB

README.md

File metadata and controls

74 lines (51 loc) · 1.3 KB

Description

Using NestJs framework and Graphql Apollo federation, TypeORM, MongoDB and Redis. Please make sure you have already install redis and mongodb in your local machine or container

Add information or configure your env file from the env folder

Please give the all required information

  • development.env
  • staging.evn
  • production.env

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# staging mode
$ yarn run start:staging


# build
$ yarn run start:build

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Stay in touch

License

Nest is MIT licensed.

Contributors ✨

NH Rasal
NH Rasal