Ecommerce Store Project

Hi, my name is Abhijit and I created this Ecommerce store project for my Celebal Internship task.

Steps to Run the Project

Edit config.env file:

Essential Variables:

PORT= DB_URI= STRIPE_API_KEY= STRIPE_SECRET_KEY= JWT_SECRET= JWT_EXPIRE= COOKIE_EXPIRE= SMPT_SERVICE= SMPT_MAIL= SMPT_PASSWORD= SMPT_HOST= SMPT_PORT= CLOUDINARY_NAME= CLOUDINARY_API_KEY= CLOUDINARY_API_SECRET=

Fill each field with your info respectively

Backend

  1. Navigate to the backend directory:
    cd backend
  2. Install all modules:
    npm install
  3. Start the backend server:
    npm start

Frontend

  1. Navigate to the frontend directory:
    cd frontend
  2. Install all modules:
    npm install
  3. Start the frontend server:
    npm start

Thanks to

Special thanks to 6 Pack Programmer and Celebal Technologies for guiding me to create this project.