UVicMartletplace / martletplace

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

[Listing] Set up base project for listing service #101

Closed TobySMurray closed 1 month ago

TobySMurray commented 1 month ago

Description

This is the base of the backend Listing service

Closes

How to Test

docker-compose up --build

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

Checklist