Including a basic readme.md file

This commit is contained in:
Bruno F. Fontes 2018-09-08 12:37:27 -03:00
parent af258143ec
commit 7a69f68ad0
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

16
readme.md Normal file
View File

@ -0,0 +1,16 @@
# Share It
Cada usuário, identificado por e-mail, pode ter outros amigos
## DB
usuário(nome, email)
product[site/software](nome, admin)
userPerProduct(productID, userID)
item[licença](nome, productID, usedBy, usedSince)
waiting(userID, itemID, waitingSince)
## VIEWS
- Product (administration)
- Item (view itens, other itens from the same product if this one is occupied)