Transit-Masters is your one-stop solution for logistics services. Users easily find book and track shipments with detailed service descriptions and transparent fare estimations. The platform ensures seamless communication between users and administrators allowing efficient updates on shipment status. Experience convenience transparency and reliability in logistics with Transit-Masters – your trusted partner for hassle-free shipping.
Here're some of the project's best features:
- Service Listings
- Fare Estimation
- Logistic Service Booking
- Order / Shipment Tracking
1. Clone the repository
git clone https://github.com/PSS2134/Transit-Masters.git
2. Install the dependecies for Client and Server
npm install
3. Connect to MongoDB Database by providing uri into .env file
DATABASE=
4. Now start the Client and Server
npm start