diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..32a10c9 --- /dev/null +++ b/readme.md @@ -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) \ No newline at end of file