π React E-Commerce Project
This project is a React-based e-commerce platform with product filtering, sorting, pagination, and a mock API using json-server. π§ Project Setup 1 Clone the Repository
git clone https://github.com/your-username/your-repo-name.git cd .\odysseyex-app\
2 Install Dependencies
npm install
π Mock API Setup
3 Run the Mock API
npm run db-start
π This will start a REST API at: http://localhost:5000/products & http://localhost:5000/popularProducts π₯ Run the React App
After setting up the mock API, start the React app:
npm start
π The React app will run on http://localhost:3000/login