Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E-Commerce Solution with Parse Server #4309

Closed
4vik opened this issue Oct 31, 2017 · 11 comments
Closed

E-Commerce Solution with Parse Server #4309

4vik opened this issue Oct 31, 2017 · 11 comments

Comments

@4vik
Copy link

4vik commented Oct 31, 2017

Hello everyone,

I have been wondering, does anybody know of a third-party e-commerce marketplace solution for mobile apps, which uses Parse Server as its backend? For example for managing orders and transactions, product inventory, etc. I have only ever seen MySQL/NoSQL being used, but I was really curious if there is a Parse solution out there, as the rest of my app uses Parse for all its other backend functionality.

My app is written natively in iOS Swift and Android Studio (Java).

Thank you very much in advance for any useful advice!

@Sadmansamee
Copy link

Why not make of your own, it will be more flexible

@nbering
Copy link

nbering commented Oct 31, 2017

Parse isn't really meant to be the backend for third-party redistributable apps like that. It's more of a rapid-prototyping framework that allows mobile app developers to get something going quickly without a lot of back-end work.

You could build an ecommerce solution on Parse, but much like the eCommerce platforms built on WordPress, I wouldn't necessarily think it's an ideal way to build a secure online store solution.

@flovilmart
Copy link
Contributor

That being said, you can use Parse server as a base and build pretty much anything on the top of it.

@Sadmansamee
Copy link

@nbering I think it can be secured with proper ACL and CLP usage

@nbering
Copy link

nbering commented Nov 1, 2017

Ya, I'm not saying you couldn't do it. I'm just saying if you want a boost to build something fast in the e-commerce space, look to something like Shopify. That's what it's built for. I'm sure there are other solutions out there as well.

@trylovetom
Copy link
Contributor

trylovetom commented Nov 2, 2017

We build e-commerce based on parse for user system core. Parse can let us build app fast. And we write another service in express for billing and paying. Parse is great, but it's not good choice for full e-commerce function.

@montymxb
Copy link
Contributor

montymxb commented Nov 8, 2017

Parse can work just fine as a backend and your base, but for billing/payments there are great services out there you can use from Stripe, Braintree, Square, etc. No reason why you couldn't build a platform using parse, or in anything else for that matter, and process your payments with a 3rd party.

@fmendoza
Copy link

fmendoza commented Dec 1, 2017

Yeah I've build multiple e-commerce apps with Ionic/Parse Server and until now it's working just fine.

@montymxb
Copy link
Contributor

montymxb commented Dec 2, 2017

Wondering if we should consider some sample/example projects on how get started doing something like this.

@Sadmansamee
Copy link

I'm building one too with parse server and for payment using Stripe.

@stale
Copy link

stale bot commented Sep 18, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants