Sign inSign up

mltdocker/next-ecommerce

By mltdocker

Updated over 5 years ago

Ecommerce made with Next.js

Image
0

299

mltdocker/next-ecommerce repository overview

Full Ecommerce made with Next.js

The demo website run the project to a full experience.

Technologies

This project was made using the follow technologies:

Next.js - To SSR and routes control
GraphQL - To query language
Apollo - To graphql server and client
Knex - ORM
Vercel - To deploy website

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

Run

$ sudo docker run --name mlt-shop -d -p 3000:3000 mltdocker/next-ecommerce 

Set up database

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.

Run seeds to populate database

yarn knex:seed

Author & App Info

BeesCloud / NextJS ECommerce Demo

Completely erase all container

$ docker rm -f  [container-ID]  && docker rmi mltdocker/nextjs-examples or docker rm -f $(docker ps -a -q)

Version

1.0.0

License

This project is licensed under the MIT License

Live Object Recognation BeesCloud Vision@AI
Please whatsApp +65-8201-0159 or drop me an e-mail at [email protected] for whatever reason? FREE STUFF : free office, online storage, AI https://www.beesdot.com

Tag summary

Content type

Image

Digest

Size

225.7 MB

Last updated

over 5 years ago

docker pull mltdocker/next-ecommerce