Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions semana20/Aula58-Arquitetura-de-Software-i/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
irei fazer, queda luz
27 changes: 27 additions & 0 deletions semana20/LaBook/LABOOK
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
LABOOK

ESTRUTURA DE DADOS

usuarios
id
nome
email
senha
posts
fotos
descricao
dataCriacao

tipo: "nome" / "evento"
curtidas
comentarios

FUNCIONALIDADES

cadastrar:(dadosUsuario) => token

logar: (email, senha) => tokens

criarPost: (dadosPost) => void

buscarPostPorId: Id => post