Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 890 Bytes

File metadata and controls

16 lines (14 loc) · 890 Bytes

Tech Stack

  • MySQL Database - Store the data necessary for the application
  • Python Server - Handle and route requests to the database
    • Should run on a linux machine
  • HTML & CSS - Build the administrative webapp
  • Flutter - Build the mobile application
  • MacOS download of Flutter was used via Flutter Website
    • Coding interfaces include:
      • Android Studio for base platform connected to flutter to utilize .dart code
      • Android Emulator to test Android side of application
      • IOS simulator to test IOS side of application