https://github.com/iammar7/courierservice
A courier service management application.
https://github.com/iammar7/courierservice
bcrypt bootstrap css3 express jwt-authentication material-ui mongodb mongoose node passport react recharts redux redux-thunk validator
Last synced: 3 months ago
JSON representation
A courier service management application.
- Host: GitHub
- URL: https://github.com/iammar7/courierservice
- Owner: iAmmar7
- Created: 2018-12-01T18:44:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T19:03:36.000Z (over 4 years ago)
- Last Synced: 2026-01-03T14:28:04.553Z (6 months ago)
- Topics: bcrypt, bootstrap, css3, express, jwt-authentication, material-ui, mongodb, mongoose, node, passport, react, recharts, redux, redux-thunk, validator
- Language: CSS
- Homepage: https://agile-chamber-90213.herokuapp.com/
- Size: 1.26 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Courier Service Management
This is the Courier management project for a specific client.
The application is deployed on Heroku. You can see it [here](https://agile-chamber-90213.herokuapp.com/).
## Few features
- Graphical view of over all companay stats using **Recharts**.
- Monitor rider and vendor activities via auto-generated stats.
- Add/Remove/Edit riders and vendors data.
- Tabular view of all the orders.
- Filters for each vendor and rider orders.
- Maintain three different status for each parcel.
- Tabular view filters according to the status of parcel and vendor and/or rider associated with that parcel.
- Monthly stats view with different filters.
- Performance measurement via top vendor and rider widget.
## Technologies
- React
- Redux
- Material UI
- Bootstrap
- Node
- Express
- MongoDB
- Heroku 
_A whole list of dependencies can be found inside the package.json of server and client._