Lost & Found

The App that helps you find your lost items, on campus. :)

What this app is about:

Suppose you lose any personal belongings, on campus. You can then fill out a 
simple form, describing your item, and giving your contact details.

screenshot 3

Then, the app would store this onto an cloud hosted SQL server, 
which can be accessed by other people using the app, to see any lost items.

screenshot 1

The app also allows you to post listings of unattended items that you have found, 

screenshot 5

allowing owners to contact you using the contact details you have given.

screenshot 2

How to run:

  • Compile your own version : Download all the files in this repo and open in Android Studio as a flutter project.
  • Pre-compiled versions : Download the precompiled releases from this repo.

Known Bugs:

  • Sometimes, server instance may not load. In that scenario, restart app by closing it and opening it again.

Made by

    Harshiv Chandra         @chcheetah
    Rishikesh K R           @Rish-ProProgrammer

Tech Stack:

  • Flutter : For implementing the Android App frontend
  • Microsoft Azure MYSQL server : For hosting the MYSQL server
  • Java : For interfacing between the frontend and the MYSQL server, using the open source Oracle MYSQL Community JDBC driver.