The “Ride Sharing And Loading Shuttle”, this portal works for people who are traveling domestically or locally. In this application, there will be live location management where the customer is traveling, thus security is one of our primary focuses for the customers.Without admin, confirmation user don't get permission. Another important feature we are providing is a loading shuttle. This can be efficiently used by companies who are dealing with transportation and delivery management.
- The system must show the list of offered ride.
- The system shall allow user to sort list by date
- The system must allow user to book ride
- The system must allow the user to offer ride
- The system must allow user to share location
- The system must allow user to find shipper in area
- The system must allow user to find clients by shipper
- The system shall allow user to create upload documents
- The system will enable driver to register from app
- The system will send user to create profile
- The driver can update status profile
- The system will store all documents
- The system will keep a record of all customers
On The Server | On The Client | Development |
---|---|---|
Express | Angular | Npm |
Mongo/Mongoose | Angular Material | cors |
JWT | Bootstrap | nodemon |
NodeMailer | Mapboxgl |
Have these packages installed and running on your system.
git clone https://github.com/harshilparmar/carpool
npm install in both client and server
cd/client & ng serve
cd/server & node server
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.