/next.js-ecommerce

:zap: Quantum Ecommerce made with Nextjs, GraphQL, Apollo Server and Apollo Client - SSR - Next.js

Primary LanguageJavaScriptMIT LicenseMIT

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 with front-end build with Next.Js hosting by Vercel. And using the API in next.Js with GraphQL to make the backend.

English ยท Portuguese

The ecommerce project. Built with โค๏ธŽ by Rafael Goulart and contributors

๐Ÿ“Œ Table of Contents

๐Ÿ“ฅ Layout available at:

Direct Download

Screenshots

๐Ÿ‘€ 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 with Paypal and MercadoPago
  • Payment with Paypal and MercadoPago
  • Review Products
  • Contact us Form

๐Ÿ‘ท How to run

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 NextJS Ecommerce repository. If you already found a solution to your problem, i would love to review your pull request!

๐ŸŽ‰ 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 ๐Ÿš€