Logistic vehicles booking system
Clone the project
git clone https://github.com/sumitprajapati1/fleetlink.git
Go to the project directory for starting backend
cd server
Install dependencies
npm install
Start the server
npm start or node --watch src/server.js
Go to the project directory for starting frontend
cd client
npm install
pnpm dev
POST /api/vehicles/
GET /api/vehicles/available?capacityRequired=5000&fromPincode=100000&toPincode=999999&startTime=2025-07-30T13%3A55%3A00.000Z
GET /api/vehicles/
POST /api/bookings/
GET /api/bookings/
GET /api/bookings/:id
DELETE /api/bookings/:id