Skip to content

gurkangul/nestjs-auth-example

Repository files navigation

Description

Nest framework TypeScript starter repository. Swagger(http://localhost:3000/api)

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

Deployment

$ docker-compose build && docker-compose up -d

Environment

# docker-compose.yml or tools/environment/environment.ts
 POSTGRES_USER: gdcodurbzfmmgs
 POSTGRES_PASSWORD: ba5253ee0f6d3ab8fcb927d12a922e48049db2db599ae8afd4218a4059dfa42b
 POSTGRES_DB: d7f7js7avvsfdp
 POSTGRES_HOST: ec2-3-248-87-6.eu-west-1.compute.amazonaws.com

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published