https://github.com/fernando-medeiros/rbi-auth-node-api
https://github.com/fernando-medeiros/rbi-auth-node-api
api-rest backend backend-api clean-architecture node-express nodejs typescript
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fernando-medeiros/rbi-auth-node-api
- Owner: Fernando-Medeiros
- Created: 2023-02-10T20:39:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:36:47.000Z (over 2 years ago)
- Last Synced: 2025-02-11T17:16:54.692Z (11 months ago)
- Topics: api-rest, backend, backend-api, clean-architecture, node-express, nodejs, typescript
- Language: TypeScript
- Homepage: https://rbi-auth-node-api.onrender.com/docs/
- Size: 2.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# Red Boar Inn -- Auth -- API







O projeto é uma API backend para cadastro e autenticação de usuários, utilizando NodeJS, TypeScript, Vitest, MongoDB, Redis, Docker e Heroku. É uma aplicação escalável e seguro, seguindo as melhores práticas de desenvolvimento.
> - [Como inicializar o projeto](START.md)
> - [Estrutura das pastas e arquivos (tree)](STRUCTURE.md)
> - [Documentação - swagger - arquivo](../swagger.json)
> - [Documentação - swagger - deploy](https://rbi-auth-node-api.herokuapp.com/docs/)
> - [Scripts do projeto](../scripts/)
## Endpoints
> - [endpoints-image](endpoints.png)
### Auth
> - POST /token
> - POST /refresh
### Customer
> - GET /customers
> - GET /customers/:id
> - POST /customers
> - PATCH /customers
> - DELETE /customers
### Password
> - POST /password
> - PATCH /password
> - PATCH /password/:token
## Diagrams
### Architecture

### UseCases

### Auth routes

### Customer routes

### Password routes

### Entity
