Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 220 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 220 Bytes

Run in docker

docker build . -t tp-dacs-2022-external
docker run -p 4000:4000 -p 9229:9229 -d tp-dacs-2022-external

Install and Use

# cd into project root
$ npm i
# start the api
$ npm start