Skip to content

NickSun/nestjs-demo

Repository files navigation

Nest Logo

Description

Github User Repositories demo application.

Installation

$ git clone https://github.com/NickSun/nestjs-demo.git
$ cd nestjs-demo
$ cp .env.dist .env

Running the app

$ docker-compose up

Check that http://localhost:3000/api/ works.

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

# e2e test coverage
$ npm run test:e2e:cov

Deploy

You have to set proper value for the AWS_REGION and for the AWS_ECR_REPOSITORY_DOMAIN_URI variable in the .env file before deploy. After that run:

$ ./cloudformation-create-stack.sh

To remove all AWS infrastructure run:

$ ./cloudformation-delete-stack.sh

Technologies and frameworks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors