Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@M1sf3t got it. To specify, it's a specific app in mind. Main features:
- email:password auth
- payments
- user profile management
- roles (user/admin)
- chat -
inaba46255yLaraval will be your standalone API. Vue and Bootstrap aren't mutually exclusive https://bootstrap-vue.js.org/
-
@M1sf3t I had few "edits" with PHP, but wouldn't say that I'm comfortable.
I was considering firebase, but I find it painful to do any analytical data operations on Firestore. So if possible, I'd like to try to stick with some sql option. -
C0D4681465y@tekashi change my mind 😏
@pastorpit it's 2019, roll a dice and pick a stack - that seems to be the "modern" way.
On a "im a senior php dev" note,
use Laravel if your newish to php or hell, use it even if you're not. It will handle a lot of the boilerplate for you.
As for front end, seriously doesn't matter if you use bootstrap or vue or bootstrap-vue or go all I with react, they both serve a purpose, they have responsive design, it's a matter of you deciding which one to get you're head around.
Now for payments, pick a merchant you feel confident in, wether that be Stripe, Braintree, PayPal, or some other credit card processor just make sure you have some level of fraud checking and chargeback protection, that shit gets messy.
They all have apis, they all work slightly differently to integrate with them and if you start transacting enough you'll have to deal with PCI audits. I'm thinking that's not the case here but good to know anyway. -
Fransen182yWhat should we do if we have increased the percentage of repayments, we have correspondingly increased the bank's commission. And we began to lose money, I'm worried because my friend almost went bankrupt.
-
kirexen132yThis can also happen, you need to carefully monitor the whole process. Analyze your transactions, and notice suspicious users and transactions that come from them. It'd be better to use software to automate all of these processes. If you are interested, then here you can read everything about chargeback management software https://chargebackhit.com/blog/... This article will tell you everything that the software can help you with.
Related Rants
Laravel + bootstrap vs Vue + standalone API?
question
bootstrap
laravel
vue
api