An open API service indexing awesome lists of open source software.

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.

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 React
- Redux Redux
- Material UI Material-UI
- Bootstrap Bootstrap
- Node Nodejs
- Express Express
- MongoDB MongoDB
- Heroku Heroku

_A whole list of dependencies can be found inside the package.json of server and client._