This is a Vite project for building all the static pages used by this app.
-`database/`
Module with a `Database` interface and two implementation: `memDB` is an in-memory database for testing purposes while `sqliteDB` is a wrapper for working with an SQLite database.
-`routes/`
Various functions for configuring all the server routes.