GenderAvenger / tally

The Gender Avenger Tally web app
GNU Affero General Public License v3.0
2 stars 2 forks source link

Set up a landing page #117

Closed slifty closed 1 year ago

slifty commented 2 years ago

This task is deeper than it sounds -- we have to decide how to serve and build this application.

NextJS? Express? Something else? Vue? Svelte? Something else?

The backend needs to:

  1. Serve the site / frontend
  2. Generate charts
  3. Interact with 3rd party data stores (e.g. AWS to store generated images, or firebase / a database to store whatever data we care about).

This is related to the refactor project #82