Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 12, 2022 09:21 am GMT

Speed Log : the app to send parcel within persons.

Overview of My Submission

Speed Log(Speedest Logistics) is a mobile application that allows user to send parcels within a City in a few click only. Principal features are:

  • User registration and authentification

  • Sending parcel

  • Make an offer to carry a parcel

  • Track a parcel by Scanning the QrCode or by Entering the code manually.

The components of Appwrite We used to develop this application are:

  • AppWrite Authentification: User can create an account and register with email in our application.

Login Screen
Register screen

  • Appwrite Database: Once the user is registered, We need more informations about the user, so we used this to save users informations, parcels, cities and quarters.

  • Appwrite Functions: We created a custom function to send a push notification to users when a new parcel is created, when a new offer for carrying parcel is made and when an offer has been accepted by the sender.

New parcel notification
Push ahead notification

  • Appwrite Realtime: Once the user starts delivering a parcel, a background task launch to update the deliverer location continuously so the sender can track the realtime location using the map.

Track parcel in realtime

Submission Category:

Mobile Moguls

Link to Code

https://github.com/loicgeek/speed_log

Additional Resources / Info

We used firebase to send and receive push notifications in our application, ressources used are:

Custom domain:
We used our contabo VPS to install appwrite on server.

Additional screenshots

Home page

User profile page

Waiting parcels

Scan parcel Qrcode to complete the delivery

Parcel QRCode

Parcel details

Offers list


Original Link: https://dev.to/loicgeek/speed-log-the-app-to-send-parcel-within-persons-3165

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To