Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.13 KB

Learn.md

File metadata and controls

61 lines (39 loc) · 1.13 KB

Ecommerce Project: Mastering MERN Stack with Open Source

Setup of Ecommerce and Warehouse Management System

1. Installation of Warehouse Management System.

Setting up MERN Stack:

Follow the installation instructions for MongoDB, Express.js, React.js, and Node.js.

Integrating Warehouse Management System:

🛠️ Installation Steps:

1. Clone the Project

git clone https://github.com/harshalhonde21/EcommerceSpectastyle.git

2. Go to Warehouse Directory

cd Dashboard/Frontend

2. Install Dependencies

npm install

2. Run the Warehouse Frontend

npm start

2. Start With Backend of Whole Project.

1. Go to the Backend

cd Backend

2. Install Dependencies and Run the Project

npm install
npm start

6. Learning Objectives

  • Mastering MERN stack development for building modern web applications.
  • Understanding the complexities of integrating warehouse management systems with Ecommerce platforms.
  • Gaining practical experience in software development, testing, and deployment in a real-world project scenario.