An application for managing parcel delivery. A biker can view all available parcels and select which parcels to deliver. Can view his/her own selected parcels history.
- Run Delivery-backend which provides the needed apis
-
Clone the repository
-
Install Dependencies
npm install
- Run React Scripts (served on http://localhost:3001)
npm run start
- Login to the application entering a username and password (possible usernames : malmee, dehan, yasara, nalin, supini, manoj, tharindu, sam, nayane, nimeshika)
- These users are already created as bikers in the system. Enter any password
- When you login you can directly view your selected parcel history
- You can view all available parcels to be delivered and then select any parcel that you wish to deliver.
- You can add pick-up and drop-off time for these parcels
- Add unit tests
- Error handling and logging