Tools for keeping track of your vehicles.
Make sure the following environment variables are defined:
DB_NAMEDB_USERDB_PASSDB_HOSTDB_PORT
Set up the database by running the setup-db.sql file:
psql postgres -f setup/setup-db.sqlRun each migration by running:
psql $DB_NAME -U $DB_USER -f migrations/migration-name.sql