{"id":26358313,"url":"https://github.com/emveskioja/expense-tracker-backend","last_synced_at":"2026-04-20T05:02:03.026Z","repository":{"id":279069034,"uuid":"936595973","full_name":"EMVeskioja/Expense-tracker-backend","owner":"EMVeskioja","description":"Expense tracker with a receipt scanner and a pie chart","archived":false,"fork":false,"pushed_at":"2025-03-16T11:10:42.000Z","size":84,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T12:19:17.519Z","etag":null,"topics":["backend-api","contributions-welcome","crud-operation","expense-tracker","fullstack","h2-database","java","junit5","mockito","open-source","pie-chart","postgresql","react","receipt-scanner","rest-api","restful-api","spring-boot","spring-boot-test","testing","unittesting"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EMVeskioja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-21T11:01:51.000Z","updated_at":"2025-03-16T11:10:45.000Z","dependencies_parsed_at":"2025-02-23T15:35:04.189Z","dependency_job_id":"34823906-f4ab-49fe-9863-7b86317f6e11","html_url":"https://github.com/EMVeskioja/Expense-tracker-backend","commit_stats":null,"previous_names":["emveskioja/expense-tracker","emveskioja/expense-tracker-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EMVeskioja/Expense-tracker-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMVeskioja%2FExpense-tracker-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMVeskioja%2FExpense-tracker-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMVeskioja%2FExpense-tracker-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMVeskioja%2FExpense-tracker-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EMVeskioja","download_url":"https://codeload.github.com/EMVeskioja/Expense-tracker-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMVeskioja%2FExpense-tracker-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32033717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend-api","contributions-welcome","crud-operation","expense-tracker","fullstack","h2-database","java","junit5","mockito","open-source","pie-chart","postgresql","react","receipt-scanner","rest-api","restful-api","spring-boot","spring-boot-test","testing","unittesting"],"created_at":"2025-03-16T14:27:38.152Z","updated_at":"2026-04-20T05:02:02.994Z","avatar_url":"https://github.com/EMVeskioja.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Java](https://img.shields.io/badge/java-17-red.svg)\n![Spring Boot](https://img.shields.io/badge/Spring_Boot-3.0-brightgreen.svg)\n![H2 Database](https://img.shields.io/badge/H2-Testing-blue.svg)\n![PostgreSQL](https://img.shields.io/badge/PostgreSQL-Production-blue.svg)\n![Swagger UI](https://img.shields.io/badge/Swagger_UI-for_API_docs_and_testing-green.svg)\n![JUnit](https://img.shields.io/badge/JUnit-5-orange.svg)\n![Mockito](https://img.shields.io/badge/Mockito-Testing-yellowgreen.svg)\n![Build](https://img.shields.io/badge/build-passing-brightgreen.svg)\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Stars](https://img.shields.io/github/stars/EMVeskioja/Expense-tracker-backend?style=social)\n![Forks](https://img.shields.io/github/forks/EMVeskioja/Expense-tracker-backend?style=social)\n\n# Expense Tracker Backend\n\nWelcome to the backend of the Expense Tracker Full-Stack Project! This robust RESTful API is built with Spring Boot and PostgreSQL, designed meticulously for tracking expenses, scanning receipts, and managing financial records. 💸\n\n## What is This?\nThis backend handles all the heavy lifting for the Expense Tracker. It's built to endure the demands of precise bookkeepers and budget-savvy users alike.\n\n### Tech Stack:\n- **Java 17**: Modern Java, because we're fancy like that.\n- **Spring Boot 3**: For robust back-end services.\n- **Spring Data JPA \u0026 Spring Validation**: Because data matters and so does its integrity.\n- **H2 Database**: For testing without tears.\n- **PostgreSQL**: For production because we're serious about data.\n- **Swagger UI**: For easy testing and beautiful documentation.\n- **JUnit 5 \u0026 Mockito**: For making sure everything actually works.\n\n### Features:\n- **Full CRUD Operations**: Create, Read, Update, Delete — all your expenses are under your control.\n- **Database Persistence**: From H2 in dev to PostgreSQL in production.\n- **Swagger UI**: Auto-generated docs that make testing a breeze.\n- **Exception Handling**: We handle errors gracefully, keeping the backend stable.\n\n### Api Endpoints:\n- GET /api/expenses: Fetch all the money you've ever spent.\n- GET /api/expenses/{id}: Get an expense by ID.\n- POST /api/expenses: Confess a new expense.\n- PUT /api/expenses/{id}: Update the details of an existing expense.\n- DELETE /api/expenses/{id}: Forget an expense ever happened.\n\n### Testing Coverage:\n- Service Layer Testing: We mock the repositories to test service logic.\n- Controller Testing: We use MockMVC to ensure our endpoints are top-notch.\n- Integration Testing: Full API behavior validation — nothing gets past us.\n\n### Setup Database:\n- Default: H2 \n- For Production: Switch to PostgreSQL.\n\n### Contribute:\n- This project is open-source. Contributions are not just welcome, they're celebrated! 🎉\n\n### Star This Repo\nSupport the project by starring this repo!\n\n## Contact \u0026 Feedback:\n\n [Connect with me on LinkedIn](https://www.linkedin.com/in/elise-marie-veskioja-9b2769312/) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femveskioja%2Fexpense-tracker-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femveskioja%2Fexpense-tracker-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femveskioja%2Fexpense-tracker-backend/lists"}