Skip to content

A full stack e-commerce built with Next.js, React.js, Node.js and MongoDB.

Notifications You must be signed in to change notification settings

peizihui/dress-shop-web

 
 

Repository files navigation

DRESS SHOP

A full stack e-commerce website for clothing store.

Screenshots

Thumbnail

Stacks

  • Next js
  • React js
  • Node js
  • MongoDB
  • Cloudinary (for image hosting)
  • Stripe (for payment)
  • Now (for deployment)

Requirements

  • Node.js
  • Now
  • add a .env and .env.build at root folder of project and add the following
MONGO_URL="your mongo db uri"
JWT_SECRET="your jwt secret"
STRIPE_KEY= "your stripe key"
CLOUDINARY_URL= "your cloudinary url"

Installation

git clone https://github.com/jrussumbrella/dress-shop-web.git
cd dress-shop
npm install or yarn install
now dev

Deployment

now --prod

About

A full stack e-commerce built with Next.js, React.js, Node.js and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • CSS 0.1%