Skip to content

This is a learning purpose project using Node.JS to apply learned concepts and resources. This project is a personal financial management system.

Notifications You must be signed in to change notification settings

vagnerac/finance-manager

Repository files navigation

Finance

This is a study purpose project. Finance is a system to input financial transactions through API. The transactions will be inserted in a relational database. There are a set of linked categorization to the transactions that you input also through APIs, like bank, category and transaction type (debit, credit...). All transactions can be returned from the database to be handled in the front end. It is necessary to have a valid username and password to use most of the APIs. The authentication is done by token (JWT).

Installation

All dependencies are described in the package.json file. Just run the package manager to get the extensions installed.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

This is a learning purpose project using Node.JS to apply learned concepts and resources. This project is a personal financial management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published