Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangonya/sendit
SendIT is a courier service that helps users deliver parcels to different destinations.
https://github.com/wangonya/sendit
Last synced: about 2 months ago
JSON representation
SendIT is a courier service that helps users deliver parcels to different destinations.
- Host: GitHub
- URL: https://github.com/wangonya/sendit
- Owner: wangonya
- Created: 2018-11-11T11:02:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:19:34.000Z (about 2 years ago)
- Last Synced: 2023-03-03T04:22:02.355Z (almost 2 years ago)
- Language: Python
- Size: 2.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SendIT
## Andela Developer Challenge
### Project Overview
SendIT is a courier service that helps users deliver parcels to different destinations.### Features
1. Users can create an account and log in.
2. Users can create a parcel delivery order.
3. Users can change the destination of a parcel delivery order.
4. Users can cancel a parcel delivery order.
5. Users can see the details of a delivery order.
6. Admin can change the status and present location of a parcel delivery order.
7. The application should display a Google Map with Markers showing the pickup location
and the destination.### Extra Features
1. The application should display a Google Map with a line connecting both Markers (pickup location and the destination).
2. The application should display a Google Map with computed travel distance and journey duration between the pickup location and the destination.
3. The user gets real-time email notification when Admin changes the status of their parcel or when Admin changes the present location of their parcel.