UVicMartletplace / martletplace

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

[Review] RESOPS16 Set up base project for review service #103

Closed TobySMurray closed 3 months ago

TobySMurray commented 4 months ago

Description

Created the template for the review service built with NodeJS (Typescript), Express.js, and Docker.

Closes #16

How to Test

docker-compose up --build

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

Checklist