UVicMartletplace / martletplace

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

[Search] Template Search service with Docker config #85

Closed MNThomson closed 1 month ago

MNThomson commented 1 month ago

Description

Created the template for the search service built with Python, FastAPI, and Docker.

Closes #10

How to Test

docker-compose up --build

curl localhost:8221/api/search
# Should return "Hello World"

Checklist

GDeane commented 1 month ago

The how to test was inaccurate, should be

docker-compose up --build

curl localhost:8221/api/search

Should return "Hello World"