ποΈ NextJS eCommerce
This project was made to show a full ecommerce plataform made with Next.js using GraphCMS with Apollo Client to GraphQL.
This project was made using the follow technologies:
- Next.js - To SSR and routes control
- GraphCMS - To build GraphQL content API
- GraphQL - To query language
- Apollo - To graphql server and client
- Stripe - To process payments
- Snipcart - To add a shopping cart in the website
- Cloudinary - To optimize images
- Leaflet - To create a map for the stores
You need to install Node.js and Yarn first, then create an account for:
Create a .env.local
and add the Snipcart API Key
NEXT_PUBLIC_SNIPCART_API_KEY=YOUR API KEY HERE
yarn install
yarn dev
yarn build
yarn start
Open http://localhost:3000 with your browser to see the result.
Feel free to file a new issue with a respective title and description on this repository. If you already found a solution to your problem, i would love to review your pull request!