ChickenKyiv / loopback-tutor-intern-8

https://loopback-react-account.herokuapp.com/
https://groceristar.netlify.com/
GNU General Public License v3.0
0 stars 1 forks source link

Stripe checkout pages #27

Open atherdon opened 6 years ago

atherdon commented 6 years ago

162f6342b3ee45ae9c5f338212d554dc

it'll be stripe, so i find this module: https://github.com/stripe/react-stripe-elements demo: https://github.com/stripe/react-stripe-elements/tree/master/demo

i have some knowledge about it - so i'll be able to help you.

chauhannishith commented 6 years ago

Will need to generate an orders table first to generate order id and also cart as it is a better way to test the payments

chauhannishith commented 6 years ago

Can you give me some more details regarding the products so that I can start something leading to this or a ready database if you have so I can start with the cart part to lead to checkout.

atherdon commented 6 years ago

will put it here too: we'll use Stripe gateway. recurring part. i prepared some examples. so i hope it wouldn't be a problem.

we'll have a 3 plans. like free, like $4 per month, like $25 per yeah. but still - later we'll make it as separated project too https://github.com/eddywashere/node-stripe-membership-saas this is repo that i was inspired. i redo some things here: https://github.com/ChickenKyiv/stripe-recurring-membership

but this is express version. but as we doing react version - we'll redo it

chauhannishith commented 6 years ago

Should i make this in backend or frontend? We do need to save the data in the database somewhere so do you want to make a separate table or i can add an extra field in the existing userdata table

atherdon commented 6 years ago

frontend at first. i'll take some time will back to you with list of pages and more detailed explanation

atherdon commented 6 years ago

https://github.com/ChickenKyiv/recipe-api-only/issues/93