Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 818 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 818 Bytes

Budget Project

This is my Engineer's Thesis project. App lets you manage your home budget.

Table of Contents

General Info

I have created the project as my Engineer's Thesis. Helps you with managing home budget. This particular app is backend written in Java and Spring Boot. Also, I've created a frontend app. Lets you create transactions, categories, accounts and budget.

Technologies Used

  • Java 21
  • Docker
  • PostgreSQL
  • Hibernate
  • Spring Boot
  • GraphQL

Setup

Application is dockerized, so you can run it with docker-compose.

docker compose up -d

Database

img.png