Skip to content

robindittmar/cantropee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published