Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeannesi/abp-designpatterns
https://github.com/jeannesi/abp-designpatterns
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeannesi/abp-designpatterns
- Owner: JeanNesi
- Created: 2024-11-08T23:33:15.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-30T13:27:05.000Z (about 2 months ago)
- Last Synced: 2024-11-30T14:31:49.026Z (about 2 months ago)
- Language: TypeScript
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Descrição
Este é o backend em Nest.JS do Projeto Estuda.AI, uma aplicação que visa fornecer um board kanban para que estudantes possam organizar seus estudos para diversas provas## Instalação
```bash
$ npm install
```## Executar Projeto
```bash
$ npm run build
$ npm run dev
```## UML das implementações
##Classes do sistema
![image](https://github.com/user-attachments/assets/97d8351a-04bc-4f0c-adcb-b9f82eb90e6d)## State
![image](https://github.com/user-attachments/assets/144ec33a-b497-4b64-874c-a03b20773c00)## Adapter
![image](https://github.com/user-attachments/assets/1864ac5d-07ac-47dc-bcd5-a49a2b066050)