Skip to content

It is an Ecommerce web application. Here user will find, view and buy product. And admin can create, delete, update product and manage user's orders. User can sign up with fake mail (There is not any confirmation system during sign up). But to browse as admin user you can contact me.

Notifications You must be signed in to change notification settings

asynctushar/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN E-COMMERCE APPLICATION

Hi! My name is Tushar Biswas, I have developed this ecommerce application.

Install Dependencies

For Backend - npm i

For Frontend - cd frontend npm i

Env Variables

Make Sure to add appropriate variables (create "config.env" file in "./backend/config" directory for local server) in order to use the app.

Essential Variables

DB_URI =

JWT_SECRET =

JWT_EXPIRE =

COOKIE_EXPIRE =

SMPT_SERVICE =

SMPT_MAIL =

SMPT_PASSWORD =

CLOUDINARY_NAME =

CLOUDINARY_API_KEY =

CLOUDINARY_API_SECRET =

STRIPE_API_KEY =

STRIPE_SECRET_KEY =

NODE_ENV = PRODUCTION

** in case of local server add this variable too:

FRONTEND_URL =

PORT =

About

It is an Ecommerce web application. Here user will find, view and buy product. And admin can create, delete, update product and manage user's orders. User can sign up with fake mail (There is not any confirmation system during sign up). But to browse as admin user you can contact me.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published