-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjeto.txt
52 lines (28 loc) · 1.14 KB
/
Projeto.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Nome: Café Brasil.
Modelo de Negócio: Mostrar diversos cafés de minas gerais de pequenos produtores
dar a opção de compra e envio pelos correios.
Meios de pagamento: Paypal ou cartão de crédito
-----
#Technologies
laravel - vue - mysql - stripe - paypal
-----
#Tabelas
user - email, name, surname, full address, country, telefone ...ok
user_shopping - user_id, payment_id, items, dest_address, total
product - name, type, producer_id, weight, cost, price, stock, about_coffee
producer - owner, full_address, email, phone, cnpj, ES, about_producer....ok
----
#step
login->choose the coffee and quantity -> show the total price and shipping ->
check the dest address -> select the payment method and buy
#links for libs
#using strip
https://justlaravel.com/integrate-stripe-payment-gateway-laravel/
#pag-seguro
https://github.com/artistas/laravel-pagseguro/
#paypal
https://github.com/srmklive/laravel-paypal
https://www.cloudways.com/blog/laravel-paypal-payment-gateway/
#dinero.just
https://frontstuff.io/how-to-handle-monetary-values-in-javascript
########################## BUGS ##############################