UVicMartletplace / martletplace

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

[Message] RESOPS18 set up base project for messages service #105

Closed TobySMurray closed 1 month ago

TobySMurray commented 1 month ago

Description

This is the base of the backend Message service

Closes #18

How to Test

docker-compose up --build

curl localhost:8211/api/message
# Should return "Hello World"

Checklist