UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

[Database] Created database service and docker config #100

Closed kylestang closed 1 month ago

kylestang commented 1 month ago

Description

Creates the postgres service hosted with docker. Default user is martletplace and port is 8310. Password is set with the POSTGRES_PASSWORD env variable.

Closes #13

How to Test

docker compose up --build

psql -p 8310 -U martletplace -h localhost

Checklist