Send it hub is a web platform that you can use to send your parcel delivery order from one place to the other.
A user can register on the web application and then place parcel delivery order.
The delivery status of the parcel and other information can be tracked from the dashbnoard.
- Users can register and request a parcel delivery order.
- Users can change the destination of a parcel delivery order.
- Users can cancel a parcel delivery order.
- Users can see the details of a delivery order.
- Admin can change the status and p resent location of a parcel delivery order.
- User can view a map showing the pickup location and delivery location.
A fully functional demo of this project is available at Send-it Hub
- Open terminal
- cd into directory that you want the project to reside.
cd projects
- clone the repository into that directory.
git clone https://github.com/sccofield/sendIt
run npm install && npm run start:dev
The following tools, libraries and frameworks has been used on this project
The full documentation for all API end point can be found here
The application uses the following for Testing:
- Backend Test
npm run test
To see how to go about contributing to this project checkout contributing.
If you have any buy or feature request? Please open a new issue
Yes it is, and contributing to the development of this application is by raising PRs.
Anyone! This application is open to all those who want to contribute to open-source
development and are willing to follow set standards for contributing.
Yes, there are set conventions for PRs to this repository and can be found in the
project wiki.
This project is a full stack Javascript application.
Yes! This application is licensed under MIT, and is open for whatever you may choose
to use it for.
Michael Umanah