Skip to content

Faizan141-coder/Ecommerce-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce Project

This is an Ecommerce project built using the MERN (MongoDB, Express.js, React.js, Node.js) stack.

Project Setup

Backend Setup

  1. Open your terminal and navigate to the backend folder of this project.

  2. Run the following command to install the required dependencies:

    npm install
    
  3. Once the isntallation is complete, start the backend server using the following command dependencies:

    npm start
    
  4. This will run the backend server on the specified port

Frontend Setup

  1. Now navigate to the frontend folder of the project and run the following command

    npm install
    
  2. After the dependencies are installed, start the frontend server with the follwoing command:

    npm start
    

Usage

Once both the backend and frontend servers are running, you can access the Ecommerce project in your browser by visiting http://localhost:3000 or the specified port for the frontend server.

Contributing

If you'd like to contribute to this project, feel free to fork the repository and submit a pull request. Contributions are always welcome!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published