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.
This commit is contained in:
Bruno F. Fontes 2018-09-22 16:07:49 -03:00
parent 06002ca782
commit 55e0c68094

View File

@ -1,16 +1,7 @@
# Share It # 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) More information about **Share It** [here](https://shareit.brunofontes.net/help).
[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)