Skip to content

Smr0303/Shopvivo

Repository files navigation

An E-Commerce Platform

Alt text

Overview

This project is a responsive e-commerce platform developed to provide a comprehensive shopping experience. It features multi-tiered authorization for secure access, utilizes modern technologies for efficient development, and ensures seamless integration between frontend and backend components.

Features

  • Responsive Design: Optimized for various devices to ensure a consistent user experience.
  • Multi-Tiered Authorization: Secure access control with roles such as Admin, Seller, and Customer.

Technologies Used

  • Frontend: React.js for building dynamic user interfaces.
  • Backend: Node.js and Express.js for server-side logic and API development.
  • Database: MongoDB for data storage and retrieval.
  • State Management: Redux for managing global state in the frontend.
  • Image Storage: Cloudinary for handling image uploads and storage.
  • Authentication: JWT-based authentication for secure user sessions.

Installation

  1. Clone the Repository

    git clone https://github.com/Smr0303/Shopvivo.git
    npm install
    
  2. Now for installing packages for frontend do

     cd frontend
     npm install
     cd ..
  3. Set Up Environment 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
    
  4. Run the Application

        npm start
  5. Access the Application

       Open your browser and navigate to http://localhost:PORT    

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •