Skip to content

ujjwalagrawal-1/SupplyConnect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supply Connect

SupplyConnect is a platform designed to connect suppliers with potential drivers for efficient and reliable delivery services. By bridging the gap between suppliers and drivers the platform ensures timely delivery of goods provides real-time vehicle tracking and significantly reduces the time and cost associated with finding a supply vehicle.

🧐 Features

Here're some of the project's best features:

  • Supplier-Driver Matching: Suppliers can create orders and get connected with drivers who can fulfill the delivery requirements.
  • Real-Time Vehicle Tracking: Monitor the current location of vehicles in transit to ensure efficient delivery and transparency.
  • Bidding System: Drivers can place bids on orders allowing suppliers to choose the best driver based on pricing and driver ratings.
  • Order Management: Suppliers can manage and track orders while drivers can view assigned deliveries and update their status in real-time.
  • Communication System: Seamless communication between suppliers and drivers for any updates or instructions regarding deliveries.
  • Inventory and Supply Chain Management: Manage supplies and keep track of inventory based on previous orders to ensure future planning.
  • Cost Optimization: Reduces the time and cost involved in finding a suitable delivery vehicle improving overall supply chain efficiency.

📺 Video Tutorial

Watch this video to learn more about SupplyConnect:

Watch the video

🛠️ Installation Steps:

1. Clone the repository

git clone https://github.com/your-username/supplyconnect.git
cd SupplyConnect

2. Install dependencies for frontend and backend

cd client
npm install
cd ../backend
npm install

3. Run the development servers

Frontend

cd client
npm run dev

Backend

cd backend
npm run dev

💻 Built with

Technologies used in the project:

  • React.js
  • Tailwind CSS
  • Node.js
  • Express.js
  • MongoDB
  • Socket.io
  • Mapbox API
  • Ola API

Future Enhancement

  • Advanced route optimization for drivers to minimize fuel consumption and delivery time.
  • Integration with third-party logistics for additional delivery support.
  • AI-powered recommendations for suppliers based on past deliveries and trends.

About

This is a Sparkathon Project @team with Sujal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%