Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 379 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 379 Bytes

CSCI334Project

CSCI334 COVID Group Project

For client:

  • Flutter for UI
  • graphql_flutter

For the server:

  • Poetry (Python npm esq package manager)
  • Python
  • Flask
  • graphene
  • SQLAlchemy
  • SQLite (primarily to allow for easy hosting/syncing of data)

For the connection:

  • GraphQL (text)
  • POST/GET requests (for file connection i.e. DB uploading/download and PFP images)