lucxsdev / Library

library-cyan.vercel.app
0 stars 0 forks source link

01 Initial Setup #2

Closed lucxsdev closed 2 years ago

lucxsdev commented 2 years ago

Alterações

Como testar

{ "status": "RUNNING" }

CURL:

curl -XGET 'https://library-nestjs.herokuapp.com/health'

lucxsdev commented 2 years ago

Alterações

  • Neste PR foi feito o setup inicial do projeto, utilizando NestJS, e também foi adicionado a rota /health para a verificação de saúde da API.

Como testar

  • Para testar faça uma requisição GET na rota /health, se estiver funcionando corretamente a aplicação deve retornar o status code 200 e a seguinte resposta:

{ "status": "RUNNING" }

CURL:

curl -XGET 'https://library-nestjs.herokuapp.com/health'

closes #1