UVicMartletplace / martletplace

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

Brent/backend220 get listing body fix #221

Closed bmachado18 closed 3 days ago

bmachado18 commented 3 days ago

Description

  1. Updated Get Listing to match API specs - no request body needed, and distance metric defaults to zero.
  2. Tests changed as data updated
  3. Testing folder now in integration and not e2e
  4. Other small changes that were requested in other PRs

Closes #220

How to Test

docker-compose up --build -d listing database datalayer proxy
docker exec -it martletplace_listing bash
npm test

Checklist