Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 721 Bytes

setup.md

File metadata and controls

25 lines (21 loc) · 721 Bytes

Application Setup

Requirements

  • yarn
  • Node
  • PostgreSQL

Versions

  • PostgreSQL: 10+
  • Node: 14+

How to set up and run

  1. Run yarn install from the project root
  2. 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
  3. Create a copy of .env.example, rename it to.env and set up DB connection
  4. Run yarn migrate up from the project root
  5. Run yarn dev

Previous Page Next Page
Home Migrations