This project is a Finance API developed for educational purposes and concept studies. It aims to provide a simple yet functional API for handling financial data and transactions. The API allows users to perform basic operations related to personal finance management, such as retrieving account balances, creating transactions, and analyzing financial data.
Node.js: Backend logic and API development.
Express.js: Web framework for building the API endpoints.
Sequelize: ORM (Object-Relational Mapping) for database interaction.
PostgreSQL: Storage for financial data.