From 6b5a1dce72e00b15c50964ba54f242331c54be17 Mon Sep 17 00:00:00 2001 From: Erik Figueiredo Date: Thu, 19 Sep 2024 18:56:30 -0300 Subject: [PATCH] chore: README --- README.md | 73 +++++++++++-------------------------------------------- 1 file changed, 14 insertions(+), 59 deletions(-) diff --git a/README.md b/README.md index 8372941..5a3b819 100644 --- a/README.md +++ b/README.md @@ -1,73 +1,28 @@ -

- Nest Logo -

+# Login Service -[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 -[circleci-url]: https://circleci.com/gh/nestjs/nest +Serviço básico de autenticação. -

A progressive Node.js framework for building efficient and scalable server-side applications.

-

-NPM Version -Package License -NPM Downloads -CircleCI -Coverage -Discord -Backers on Open Collective -Sponsors on Open Collective - - Support us - -

- +## Instalação -## Description +Clone este repositório e instale as dependências com `yarn`. -[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. +## Configuração -## Installation +Copie o arquivo `.env.sample` com nome `.env` e altere as informações de acordo com suas necessidades. -```bash -$ yarn install -``` - -## Running the app - -```bash -# development -$ yarn run start +## Uso -# watch mode -$ yarn run start:dev +Para rodar o projeto: -# production mode -$ yarn run start:prod ``` - -## Test - -```bash -# unit tests -$ yarn run test - -# e2e tests -$ yarn run test:e2e - -# test coverage -$ yarn run test:cov +yarn start //sem watch +yarn start:dev //com watch ``` -## Support - -Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). - -## Stay in touch +Pode acessar o projeto na porta `3000`. -- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com) -- Website - [https://nestjs.com](https://nestjs.com/) -- Twitter - [@nestframework](https://twitter.com/nestframework) +Exemplo: http://localhost:3000 -## License +Para acessar o Swagger: `http://localhost:3000/api`. -Nest is [MIT licensed](LICENSE). +Para acessar o Json do Swagger (importar no Postman, por exemplo): `http://localhost:3000/api/json`