An application for managing parcel delivery. A sender can add parcels to be delivered and view his/her own parcels history
- Run Delivery-backend which provides the needed apis
-
Clone the repository
-
Install Dependencies
npm install
- Run React Scripts (served on http://localhost:3000)
npm run start
- Login to the application entering a username and password (possible usernames : zana, ruwin, yonwoo, sese, dana)
- These users are already created as senders in the system. Enter any password
- Add parcels with pick-up and drop-off addresses
- View your parcel history and status
- Add unit tests
- Error handling and logging