The Vendor Portal is the front-end of a web application that allows vendors to manage their product listings and interact with customers. It provides a centralized platform for vendors to showcase their offerings, receive orders, and communicate with buyers.
- Vendor account management
- Product catalog and inventory management
- Order processing and tracking
- Messaging and communication tools
- Analytics and reporting
- Clone the repository:
git clone https://github.com/G-Joe/vendor-portal.git
- Install the required dependencies:
cd vendor-portal npm install
- Configure the environment variables:
- Create a
.env
file in the project root directory - Add the necessary environment variables (e.g., database connection details, API keys)
- Create a
- Start the development server:
npm start
- Open the application in your web browser at
http://localhost:3000
- Register a new vendor account or log in with an existing one.
- Add products to your catalog, including details like descriptions, pricing, and availability.
- Monitor incoming orders and update order statuses as needed.
- Communicate with customers using the built-in messaging system.
- Access reports and analytics to track your business performance.