To locally create the database schema and populate tables, follow these steps:
- Download and install postgres on your machine from https://www.postgresql.org/download/ or from https://postgresapp.com/ (faster)
- Open the terminal or command prompt and enter psql using the command "psql -U "
- Enter your password
- Once connected, create a new database using "CREATE DATABASE "
- Exit psql using "exit" command
- From the command line in the root of this project folder run the postgres sql script in this repository using "psql -U -d -a -f ./src/main/resources/6510-full-db.sql"
Tutorial for mac: https://www.youtube.com/watch?v=5AOkxqFaYEE