Skip to content

MERN stack E-Commrece Application .All what you need Mail verification Authentication ,Admin Access, Payment Section ,dark mode. Suggest Me what can i do better.

Notifications You must be signed in to change notification settings

MrYogesh0709/e-commrece-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce

install dependencies

install client dependencies

npm run install-client

install server dependencies

npm install

setup frontend environment in client folder root level

VITE_STRIPE_PUBLISHABLE_KEY=YOUR_STRIPE_PUBLISHABLE_KEY

setup backend environment root level

MONGO_URL=YOUR_MONGO_URL
WEBHOOK_ENDPOINT=YOUR_WEBHOOK_ENDPOINT
STRIPE_SECRET_KEY=YOUR_STRIPE_SECRET_KEY
JWT_SECRET_KEY=YOUR_JWT_SECRET_KEY
SESSION_KEY=YOUR_SESSION_KEY
USER_MAIL=YOUR_USER_MAIL
USER_PASSWORD=YOUR_USER_PASSWORD
CLOUDINARY_CLOUD_NAME = YOUR_CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_KEY = YOUR_CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET = YOUR_CLOUDINARY_API_SECRET

we've use nodemailer for mail so get your email and password form Mail App Password

start development server

npm start

Hosted on render (free service) server will disable after 15 minutes if no request comes so wait for 30 seconds to restart server automatically

Releases

No releases published

Packages

No packages published

Languages