Skip to content

Salmapraj/ECommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

ECommerce Project

A simple E-Commerce web application built with modern web technologies.

Features

  • User authentication (login/register)
  • Product catalog with categories
  • Shopping cart functionality
  • Order processing

Installation

  1. Clone the repository:
    git clone https://github.com/Salmapraj/ECommerce.git
    cd ECommerce
    
    # Install backend dependencies

cd backend npm install

Install frontend dependencies

cd ../frontend npm install

#Create a .env file in the backend directory with your MongoDB connection string and JWT secret: MONGODB_URI=your_mongodb_connection_string JWT_SECRET=your_jwt_secret_key

Start backend server (from backend directory)

npm start

Start frontend development server (from frontend directory)

npm start

About

skincare website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors