UVicMartletplace / martletplace

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

[Backend] Create a shared library for the backend services #150

Closed kylestang closed 2 weeks ago

kylestang commented 3 weeks ago

Description

Adds a backend/lib folder with a js package and associated docker config

Closes #149

How to Test

docker compose up --build

curl localhost:8213/api/review

Should print Hello World! to the server console.

Checklist