- yarn
- Node
- PostgreSQL
- PostgreSQL: 10+
- Node: 14+
- Run
yarn install
from the project root - Install PostgreSQL if needed
- start the postgres service
- create
household
database - create
household
user and the assign it as an owner of the new database
- Create a copy of
.env.example
, rename it to.env
and set up DB connection - Run
yarn migrate up
from the project root - Run
yarn dev
Previous Page | Next Page |
---|---|
Home | Migrations |