Skip to content

This is an e-commerce store built with the MERN stack.

Notifications You must be signed in to change notification settings

Bushra-naeem/mern-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mern e-commerce store

This is a full-stack e-commerce application built using the MERN (MongoDB, Express.js, React, Node.js) stack.

Installation

  1. Clone the repository:

    git clone https://github.com/Bushra-naeem/mern-ecommerce.git
  2. Navigate to the Project Directory:

    cd mern-ecommerce
  3. Install dependencies for both frontend and backend:

For Frontend

cd frontend
npm install

For Backend

cd backend
npm install
  1. Create a .env file in the root directory and add the following environment variables:
NODE_ENV=development
PORT=5000
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
PAYPAL_CLIENT_ID=your_paypal_client_id
  1. Run the application:

    npm run dev

This will start both the frontend and backend servers concurrently.

🌐 Contact Me At

About

This is an e-commerce store built with the MERN stack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages