Nestjs Static Server

## Description sdfsdf

Installation

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Migration

# generate
$ yarn migration:generate migration_name

# run 
$ yarn migration:run

# revert
$ yarn migration:revert

# show
$ yarn migration:show

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Store Credential Git

# get url of your git when inside working dir :

git config remote.origin.url

then :

git config credential.helper store

git push "url of your git"

will ask username and password last one time