Skip to content

Repository files navigation

cantropee

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.

Running

Local

npm install
npx tsc
node ./dist/server.js

In production

The 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages