Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 860 Bytes

readme.md

File metadata and controls

27 lines (19 loc) · 860 Bytes

DlvrMeWeb

DlvrMeWeb is a project made by Yassa Taiseer that is used to make delivering packages with a city easier

  • Users signup/login
  • This is currently an open source project
  • They can then post an order worldwide and another user can drop it off somewhere else
  • Basically uber eats but anyone can deliver and make money
  • This is the web app implementation
  • The Blazor Server app goes to a REST Api made with Python and Flask

Backend related affairs:

The backend code can be found here: https://github.com/yassataiseer/DlvrMe-API The mobile(ios&android) can be found here: https://github.com/yassataiseer/DlvrMe-Mobile Instructions regarding its setup can be found there

Tech Stack:

Library/Framework Purpose
Flask Backend Api
MySQL Database
Flutter Frontend UI
Blazor Web App