Posts

Showing posts from October, 2025

Dockerized Expense Tracker Web Application

Image
Dockerized Expense Tracker Web Application with PostgreSQL, Node.js, and Nginx INTRODUCTION Managing personal finances is essential for financial well-being, but manually tracking expenses and income can be cumbersome and error-prone. This project aims to address this challenge by developing a full-stack Expense Tracker application that allows users to efficiently monitor, record, and analyse their financial activities. The application provides secure user authentication, enabling users to maintain personal accounts, while transaction management allows adding, editing, and deleting incomes and expenses. Users can view real-time summaries, including total income, total expenses, and account balance, along with category-wise insights to better understand spending patterns. The backend is implemented using Node.js with Express, connected to a PostgreSQL database, ensuring reliable and persistent data storage. The frontend is designed with HTML, CSS, and JavaScript to provide an interactiv...