UVicMartletplace / martletplace

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

[Proxy] Add base service #169

Closed MNThomson closed 2 weeks ago

MNThomson commented 2 weeks ago

Description

Created the template for the proxy service built with Traefik

Closes #12

How to Test

docker-compose up --build

curl localhost
# Should return "Hello World"

Checklist