mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
app | ||
bootstrap | ||
config | ||
database | ||
public | ||
resources | ||
routes | ||
storage | ||
tests | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
artisan | ||
composer.json | ||
composer.lock | ||
package.json | ||
phpunit.xml | ||
readme.md | ||
server.php | ||
start_vagrant.sh | ||
webpack.mix.js | ||
yarn.lock |
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)