An open API service indexing awesome lists of open source software.

https://github.com/ramon-mateus/corretamente

Projeto de gerenciamento de documentos de corretores.
https://github.com/ramon-mateus/corretamente

angular tailwindcss typescript

Last synced: about 2 months ago
JSON representation

Projeto de gerenciamento de documentos de corretores.

Awesome Lists containing this project

README

          

# Corretamente

## Sitemap

```mermaid

flowchart LR

Login --> Dashboard
Login --> Registro
Registro --> Dashboard
Dashboard --> det[Detalhar cliente]
Dashboard --> ed[Editar cliente]
det[Detalhar cliente] --> ge[Gerar recibo de locacao]
```