/nestjs-api-rest

API Rest de provas onlines - Node, Docker, PostgreSQL, NestJs, Jest.

Primary LanguageTypeScript

API PROVAS - [NestJs]

Installation

$ npm install

Running the app local

# development
$ npm run start:dev

Running Docker

# development -> docker-compose -f <name-file-docker-compose> up
$ docker-compose -f docker-compose_dev.yml up

Test

# e2e tests
$ npm run test:e2e:docker

Containers

  • BASE_URL

    http://localhost:3000/api/
    
  • SWAGGER

    http://localhost:3000/api/docs
    
  • PGADMIN

    http://localhost:9000
    
    user: admin@admin.com
    
    senha: 123456