Skip to content

Latest commit

 

History

History
48 lines (48 loc) · 1.42 KB

estrutura.md

File metadata and controls

48 lines (48 loc) · 1.42 KB

PEREGRINE │ ├── backend │ ├── Boundary │ │ ├── BoundaryAdmin.js │ │ ├── BoundaryUsuario.js │ │ └── BoundaryViajante.js │ │ │ ├── config │ │ ├── bd.js │ │ └── sync.js │ │ │ ├── Controllers │ │ ├── ControllerAdmin.js │ │ ├── ControllerUsuario.js │ │ └── ControllerViajante.js │ │ │ ├── models │ │ ├── Avaliacao_06.js │ │ ├── Denuncia_05.js │ │ ├── Usuario_01.js │ │ ├── Viajante_02.js │ │ ├── Viajante_03.js │ │ └── Viajante_Viagem_04.js │ │ │ ├── Routes │ │ ├── RoutesController.js │ │ └── Viajante_Viagem_04.js │ │
│ ├── views │ ├── layouts │ │ └── main.handlebars │ │ │ ├── pages │ │ ├── admin │ │ │ ├── administradores │ │ │ │ ├── criar.handlebars │ │ │ │ ├── criar-concluido.handlebars │ │ │ │ └── index.handlebars │ │ │ └── index.handlebars │ │ │ │ │ ├── index.handlebars │ │ └── login.handlebars │ │ │ ├── partials │ │ │ └── server.js ├── uploads