Skip to content

This financial manager, written in Nest.js, uses a webhook to work with banks and generate expense statistics by category

Notifications You must be signed in to change notification settings

DmytroFrame/financial-manager--backend

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Running in Docker

# build docker container
$ docker build -t financial-manager .
# start docker container
$ docker run -p 7000:7000 financial-manager

Running if you have installed Node.js

# install packages
$ npm install
# build project
$ npm run build
# start project
$ npm run start:prod

About

This financial manager, written in Nest.js, uses a webhook to work with banks and generate expense statistics by category

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published