All Projects → RafaelGoulartB → Next Ecommerce

RafaelGoulartB / Next Ecommerce

Licence: mit
⚡️ Quantum Ecommerce. Made with Next.js | GraphQL | Apollo Server | Apollo Client | SSR

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Next Ecommerce

Example Storefront
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
Stars: ✭ 471 (+153.23%)
Mutual labels:  graphql, apollo, ecommerce, e-commerce, commerce, nextjs
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+7813.98%)
Mutual labels:  graphql, ecommerce, e-commerce, commerce
Reaction
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Stars: ✭ 11,588 (+6130.11%)
Mutual labels:  graphql, ecommerce, e-commerce, commerce
Ever
Ever® - Open-Source Commerce Platform for On-Demand Economy and Digital Marketplaces
Stars: ✭ 980 (+426.88%)
Mutual labels:  graphql, ecommerce, e-commerce, commerce
Crypto Grommet
Crypto and equities app
Stars: ✭ 39 (-79.03%)
Mutual labels:  graphql, apollo, nextjs
Next Apollo Auth
Authentication Boilerplate with Next.js and Apollo GraphQL
Stars: ✭ 159 (-14.52%)
Mutual labels:  graphql, apollo, nextjs
Apollo Server Vercel
⚫ Production-ready Node.js GraphQL server for Vercel Serverless Functions
Stars: ✭ 69 (-62.9%)
Mutual labels:  graphql, apollo, nextjs
Vc Storefront
VirtoCommerce Storefront for ASP.NET Core 3.1 repository
Stars: ✭ 122 (-34.41%)
Mutual labels:  ecommerce, e-commerce, commerce
Next Advanced Apollo Starter
Advanced, but minimalistic Next.js pre-configured starter with focus on DX
Stars: ✭ 131 (-29.57%)
Mutual labels:  graphql, apollo, nextjs
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 (+1044.09%)
Mutual labels:  graphql, apollo, nextjs
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+6120.97%)
Mutual labels:  graphql, ecommerce, e-commerce
Next React Graphql Apollo Hooks
React, Apollo, Next.js, GraphQL, Node.js, TypeScript high performance boilerplate with React hooks GraphQL implementation and automatic static type generation
Stars: ✭ 186 (+0%)
Mutual labels:  graphql, apollo, nextjs
Jet
Jet is an e-commerce framework for Amber / Crystal
Stars: ✭ 18 (-90.32%)
Mutual labels:  ecommerce, e-commerce, commerce
Next React Graphql Apollo boostrap
React + GraphQL + Next.js project architecture that I play with right now
Stars: ✭ 59 (-68.28%)
Mutual labels:  graphql, apollo, nextjs
Vc Platform
VirtoCommerce Platform repository
Stars: ✭ 828 (+345.16%)
Mutual labels:  ecommerce, e-commerce, commerce
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (+296.24%)
Mutual labels:  ecommerce, commerce, nextjs
Ymple Ecommerce
Node js E-commerce Framework powered with Sails.js & Node.js as an Ecommerce Platform Shop Solution
Stars: ✭ 152 (-18.28%)
Mutual labels:  ecommerce, e-commerce, commerce
Brian Lovin Next
My personal site
Stars: ✭ 522 (+180.65%)
Mutual labels:  graphql, apollo, nextjs
Pizzaql
🍕 Modern OSS Order Management System for Pizza Restaurants
Stars: ✭ 631 (+239.25%)
Mutual labels:  graphql, apollo, nextjs
Commerce
Fully integrated ecommerce for Craft CMS
Stars: ✭ 144 (-22.58%)
Mutual labels:  ecommerce, e-commerce, commerce

Ecommerce made with Next.js

Rafael Goulart Documentation Maintenance License: MIT GitHub Pull Requests GitHub Contributors

This project was made to show a full ecommerce plataform made with Next.js and Nextjs Serverless functions to build the backend, using Apollo Server and Apollo Client to GraphQL.

English · Portuguese

The ecommerce project. Built with ❤︎ by Rafael Goulart and contributors


📌 Table of Contents

📥 Layout available at:

Direct Download

👀 Demo Website

The demo website can be missing some features, clone and run the project to a full experience.
👉 demo: https://quantum-ecommerce.now.sh/

💻 Technologies

This project was made using the follow technologies:

🚀 Features

  • Authentication with Cookies Sessions.
  • Reset Password using email
  • List Products
  • Filter products by Category
  • Sort list of products
  • Live search
  • Add products to Wishlist
  • Add products to Cart
  • Checkout page
  • Payment with Paypal
  • Review Products

👷 How to run

You need to install Node.js and Yarn first, then:

Rename env file

Rename .env.local-exemple to .env.local

Install Dependencies

yarn install

Set up database

# Create DB using migrations
yarn knex:migrate

# Run seeds to populate database
yarn knex:seed 

Run Aplication

yarn dev 

Open http://localhost:3000 with your browser to see the result.

Open http://localhost:3000/api/graphql with your browser to run queries or to see docs of API.

🐛 Issues

Feel free to file a new issue with a respective title and description on the the Next.Js Ecommerce repository. If you already found a solution to your problem, i would love to review your pull request!


⬆ Back to Top

🎉 Contributing

First of all, thank you for being interested in helping out, your time is always appreciated in every way. 💯

Here's some tips:

  • Check the issues page for already opened issues (or maybe even closed ones) that might already address your question/bug/feature request.
  • Feature requests are welcomed! Provide some details on why it would be helpful for you and others, explain how you're using bull-board and if possible even some screenshots if you are willing to mock something!

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

📕 License

Released in 2020. This project is under the MIT license.

Made with love by RafaelGoulartB 🚀

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].