cantropee is a finance web application for managing multiple virtual accounts.
This repository contains the cantropee component, which provides an HTTP api using Node.js
and express.
npm install
npx tsc
node ./dist/server.jsThe intended way to run this api is using Docker.
Build using
docker build -t cantropee .And run using
doc-ker run -d \
--name cantropee \
--restart unless-stopped \
cantropee