Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 636 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 636 Bytes

Meal Planner

Getting Started

Getting Started with PostgreSQL

  1. Download and install PostgreSQL: https://www.postgresql.org/download/
  2. To use psql, add the PostgreSQL installation directory (e.g. C:\Program Files\PostgreSQL\16\bin) to your PATH (Windows: Windows+Start "environment variables" > Environment Variables > User variable = Path > Edit... > New > OK > OK > OK)
  3. Restart your terminal.
  4. Verify Postgres is installed with psql -U postgres and the password you used in the installation wizard (\q to quit).

Getting Started with DBeaver

  1. Download DBeaver.
  2. Create a new PostgreSQL connection.