Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 214 Bytes

readme.MD

File metadata and controls

21 lines (19 loc) · 214 Bytes

Attention

You must run the API before the WEB.

Running Api

cd ./api/
docker-compose up --build

Running web

cd ./web/
yarn
yarn serve

Dependencies

docker engine
node js
yarn/npm