Deploying¶
Hanson is a Python application built with Flask. It uses Postgres 14 as its database.
Database¶
To set up the database, use the included migration tool in tools/migrate.py
. See the development guide for more information.
Packaging¶
The repository is a Nix flake. TODO: Possibly add a container image build output.