Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 429 Bytes

File metadata and controls

6 lines (5 loc) · 429 Bytes

TrashAndGoServer

Back-end server for the TrashAndGo app, built using Python.

  • Stored bin information and locations, and handled GET reqests for this data from the Client.
  • Took photo files of a barcode from the Client via POST requests. It then made use of the pyzbar online API, which took the image and returned the images barcode number.

Akhilesh (as14g18) and Sohaib (cleverman88) both handled the back-end development.