UVicMartletplace / martletplace

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

[Datalayer] Add base project #109

Closed kylestang closed 1 month ago

kylestang commented 1 month ago

Description

This PR is built on top of #100, make sure to merge that first Adds the datalayer base project and docker configuration. Sets up pgbouncer to connect to the database, and builds a rust executable which is copied into the datalayer.

Closes #25

How to Test

docker compose up --build

psql -p 8300 -U martletplace -h localhost

Checklist