Prisma Ecommerce Save

💰A graphql e-commerce real-world fullstack example (backoffice included)

Project README

prisma-ecommerce

A prisma e-commerce real-world fullstack example 🚀

Homepage view Browsing product view Cart view Payment view

Project paused for a moment while I'm finishing https://github.com/Weakky/ra-data-prisma.

This will allow the backoffice to be far more robust, maintainable, and easier to develop.

Read more about it here

Features

💁 Beautiful, easily customizable react-native app

💨 GraphQL backend powered by Prisma.io

🏦 Support several shops behind the same application

💥 Handcrafted backoffice to manage your e-commerce shop

🔏 Fully customizable products (variant system)

💫 Real-time updates for product availabilities

💸 Ready-to-sell Stripe integration (PCI compliant, including 3D Secure)

🔔 Push notification system to keep users updated when their orders are prepared

❤️ Made with love for the open-source community

The backoffice

Manage your products, your orders, your customers.

Philosophy

You'll quickly realize that there are no state-management library whatsoever. I'm actively militating against the wrong usage of those. Although a sweet Redux or MobX could have been used in some places (especially on the RN app), this app also acts as a showcase to promote vanilla React. Especially since the new Context API (Although I haven't updated React yet).

Troubleshooting

[Mobile][Android] Error: Network error: Network request failed.

Android is running in an emulator.

The localhost is pointing to the environment in which the code is running. The emulator emulates a real device while the simulator is only imitating the device.

Therefore the localhost on Android is pointing to the emulated Android device. And not to the machine on which your server is running.

The solution is to replace localhost with the local IP address of your machine.

mobile/src/graphql/setupApollo.js


const httpLink = new HttpLink({
  uri: YOUR_LOCAL_IP,
});
Open Source Agenda is not affiliated with "Prisma Ecommerce" Project. README Source: Weakky/prisma-ecommerce
Stars
273
Open Issues
15
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating