vhxs / task-list

Recipe app
0 stars 0 forks source link

Add a database #2

Open vhxs opened 3 months ago

vhxs commented 3 months ago

Currently all data is stored ephemerally. Add a database to persist recipes. Use Postgres with Alembic to handle database migrations. If we want full-text searching, then use the appropriate index.