From 55e0c68094c01779427b9eae2ac681008bb220fe Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Sat, 22 Sep 2018 16:07:49 -0300 Subject: [PATCH] Creating a readme.md file The first readme.md was just some annotations to myself. Now I created a first draft of a readme.md. --- readme.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index 6f0d6ed..db5daef 100644 --- a/readme.md +++ b/readme.md @@ -1,16 +1,7 @@ # Share It -Cada usuário, identificado por e-mail, pode ter outros amigos +Just a simple tool to share items with friends. -## DB +It is my first try with Laravel, so I am just learning it. :) -[x] usuário(nome, email) -[x] product[site/software](nome, admin) -[ ] usersPerItem(productID, userID) -[x] item[licença](nome, productID, used_by, 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 +More information about **Share It** [here](https://shareit.brunofontes.net/help). \ No newline at end of file