UVicMartletplace / martletplace

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

[User] Template User service with Docker config #83

Closed MNThomson closed 1 month ago

MNThomson commented 1 month ago

Description

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

Closes #15

How to Test

docker-compose up --build

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

Checklist