Skip to content

A full stack server side rendered e-commerce built with Next.js, TypeScript, Node.js, Express and MongoDB.

Notifications You must be signed in to change notification settings

blueberry-lab/dress-shop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRESS SHOP

A full stack e-commerce website for clothing store.

Screenshots

Thumbnail

Stacks

  • TypeScript
  • Next js
  • Node js
  • Express js
  • MongoDB
  • Cloudinary (for image hosting)
  • Stripe and Paypal (for payment)
  • Vercel (for deployment)

Clone Repository

git clone https://github.com/jrussumbrella/dress-shop-web.git

Client Installation

cd dress-shop
cd client
npm install or yarn install

Server Installation

cd server
npm install or yarn install

This will run both client and server

npm run dev

Deploy using vercel

Globally install vercel

npm i -g vercel

Client

vercel --prod

Server

vercel --prod

About

A full stack server side rendered e-commerce built with Next.js, TypeScript, Node.js, Express and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.3%
  • CSS 14.0%
  • JavaScript 0.7%