All Projects → notrab → Commerceql

notrab / Commerceql

Licence: mit
UNMAINTAINED

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Commerceql

Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+1456.22%)
Mutual labels:  graphql, boilerplate, template
React Firebase Admin
React ⚛️ starter kit with Firebase 🔥 and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
Stars: ✭ 232 (+6.91%)
Mutual labels:  serverless, boilerplate, template
Cloudflare Workers Webpack Boilerplate
A superbly simple, minimal-config template for building, bundling and deploying Cloudflare Workers with Webpack 🚀
Stars: ✭ 101 (-53.46%)
Mutual labels:  serverless, boilerplate, template
Prisma Ecommerce
💰A graphql e-commerce real-world fullstack example (backoffice included)
Stars: ✭ 231 (+6.45%)
Mutual labels:  graphql, ecommerce, boilerplate
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+1911.98%)
Mutual labels:  graphql, serverless, boilerplate
React App
Create React App with server-side code support
Stars: ✭ 614 (+182.95%)
Mutual labels:  graphql, boilerplate, template
Serverless Prisma
AWS Serverless Prisma Boilerplate
Stars: ✭ 126 (-41.94%)
Mutual labels:  graphql, serverless, boilerplate
Prisma Examples
🚀 Ready-to-run Prisma example projects
Stars: ✭ 3,017 (+1290.32%)
Mutual labels:  graphql, boilerplate
Gas Clasp Starter
A starter template for Google Apps Script by clasp
Stars: ✭ 184 (-15.21%)
Mutual labels:  boilerplate, template
Stator
Stator, your go-to template for the perfect stack. 😍🙏
Stars: ✭ 217 (+0%)
Mutual labels:  boilerplate, template
Aws Appsync React Workshop
Building real-time offline-ready Applications with React, GraphQL & AWS AppSync
Stars: ✭ 193 (-11.06%)
Mutual labels:  graphql, serverless
Storefront Api
Storefront GraphQL API Gateway. Modular architecture. ElasticSearch included. Works great with Magento1, Magento2, Spree, OpenCart, Pimcore and custom backends
Stars: ✭ 180 (-17.05%)
Mutual labels:  graphql, ecommerce
Jamstack Serverless
Learn JAMstack Serverless Modern App Development in Baby Steps using Gatsby.js, React, TypeScript, GraphQL, Contentful, Netlify, FaunaDB, MongoDB, Apollo, Github Actions, Project Fugu, and CSS Houdini.
Stars: ✭ 178 (-17.97%)
Mutual labels:  graphql, serverless
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (-13.36%)
Mutual labels:  graphql, serverless
Ran
⚡ RAN! React . GraphQL . Next.js Toolkit ⚡ - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching, CLI commands and more...
Stars: ✭ 2,128 (+880.65%)
Mutual labels:  graphql, boilerplate
Koa Passport Mongoose Graphql
Koa 2 server with Passport + Mongoose + GraphQL
Stars: ✭ 190 (-12.44%)
Mutual labels:  graphql, boilerplate
Scalable React Typescript Boilerplate
⭐️ Scalable micro-framework featuring React and TypeScript
Stars: ✭ 174 (-19.82%)
Mutual labels:  graphql, boilerplate
Next Ecommerce
⚡️ Quantum Ecommerce. Made with Next.js | GraphQL | Apollo Server | Apollo Client | SSR
Stars: ✭ 186 (-14.29%)
Mutual labels:  graphql, ecommerce
Vue Element Starter
Vue starter with Element-UI [READY, unmaintained now]
Stars: ✭ 216 (-0.46%)
Mutual labels:  boilerplate, template
Rails Devise Graphql
A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
Stars: ✭ 199 (-8.29%)
Mutual labels:  graphql, boilerplate

CommerceQL

CommerceQL is a minimalist eCommerce GraphQL boilerplate.

DocumentationWebsiteForum

Contents

Setup

You will need to be running the latest version of graphql-cli, prisma and have a Prisma account too.

npm install -g graphql-cli prisma
graphql create my-commerce-app --boilerplate commerceql/commerceql
cd my-commerce-app
npm run dev

Configure

The setup above should take care of configuring your ENV with your Prisma endpoint. You'll want to configure Stripe so you can begin to take payments using the checkout mutation.

Go ahead and add your STRIPE_SECRET_KEY inside .env.

⚠️ Note: This boilerplate doesn't handle auth. You'll want to protect the order/s queries.

Development

CommerceQL can be used to build a custom GraphQL backed eCommerce app, without the limitations of hosted solutions.

You can extend the CommerceQL platform by adding additional functions, types and permissions, or you can use it "as is" and start selling 💰.

Deploy

You can immediately deploy "as is" to Zeit Now using the preconfigured now.json. You'll want to add your alias to this file for easier deployment.

If you make any changes to the schema or resolvers, you'll want to run prisma deploy to update your prisma sandbox.

Usage

Once you're up and running, locally with npml run dev or deployed to now you can start to run the provided queries, mutations and subscriptions.

Sponsors

❤️ This project is sponsored by Moltin.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].