{"id":23661476,"url":"https://github.com/vladcranga/expense-wise","last_synced_at":"2026-02-11T16:35:33.235Z","repository":{"id":242407315,"uuid":"420692068","full_name":"vladcranga/expense-wise","owner":"vladcranga","description":"A full-stack Spring Boot and React application that helps you manage your budget, consisting of a budget tracker and various microservices.","archived":false,"fork":false,"pushed_at":"2025-11-23T19:27:00.000Z","size":829,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-23T21:10:37.044Z","etag":null,"topics":["api","docker","java","maven","postgresql","react","spring-boot","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/vladcranga.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,"zenodo":null}},"created_at":"2021-10-24T13:27:35.000Z","updated_at":"2025-11-23T19:25:23.000Z","dependencies_parsed_at":"2024-06-02T21:07:33.741Z","dependency_job_id":"568716d9-9953-4b19-8301-5ad92189b30e","html_url":"https://github.com/vladcranga/expense-wise","commit_stats":null,"previous_names":["vladcranga/java-currency","vladcranga/expense-wise"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vladcranga/expense-wise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladcranga%2Fexpense-wise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladcranga%2Fexpense-wise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladcranga%2Fexpense-wise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladcranga%2Fexpense-wise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vladcranga","download_url":"https://codeload.github.com/vladcranga/expense-wise/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladcranga%2Fexpense-wise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29338434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T16:14:43.024Z","status":"ssl_error","status_checked_at":"2026-02-11T16:14:15.258Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","docker","java","maven","postgresql","react","spring-boot","tailwindcss","vite"],"created_at":"2024-12-29T04:58:16.776Z","updated_at":"2026-02-11T16:35:33.199Z","avatar_url":"https://github.com/vladcranga.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExpenseWise - Personal Budget Tracker\n\nA full-stack expense tracking application built with Spring Boot and React. Track expenses, analyse spending patterns, and manage international transactions with a real-time currency converter.\n\n![ExpenseWise Main Page](/frontend/public/index_page.png)\n\n## Features\n\n### 📊 Comprehensive Expense Tracking\n- **Expense Visualisation**: Pie chart showing expense distribution across categories\n![Pie Chart](/frontend/public/chart.png)\n- **Expense Categories**: Pre-defined categories for common expenses (Food, Transport, Bills, etc.)\n![Categories](/frontend/public/categories.png)\n- **Monthly Analysis**: Track and compare expenses across months\n![Monthly Analysis](/frontend/public/monthly_expenses.png)\n\n### 💰 Multi-Currency Support\n- **Currency Conversion**: Built-in converter for international expenses\n- **Base Currency Preference**: Set your preferred currency for consistent tracking\n- **Live Exchange Rates**: Powered by the [ExchangeRate API](https://www.exchangerate-api.com/) for accurate conversions, with the rates updated daily\n![Currency Converter](/frontend/public/converter.png)\n\n### 🧮 Built-in Calculator\n- Basic arithmetic operations\n- Calculation history\n![Calculator](/frontend/public/calculator.png)\n\n### 📱 Modern User Experience\n- **Real-time Updates**: Instant reflection of changes in charts and lists\n- **Intuitive Interface**: Clean UI with smooth interactions\n![Expense List](/frontend/public/expenses_list.png)\n\n## Architecture\n\n### Microservices\n- **Core Expense Service**: Main application service managing expense tracking\n- **Currency Converter Service**: Real-time currency conversion microservice\n- **Calculator Service**: Serverless calculator using AWS Lambda\n\n## Technical Stack\n\n### Frontend\n- **React 18** with TypeScript, including **React Router** and **React-Toastify**\n- **Tailwind CSS** for modern styling\n- **Axios** for API communication\n- **Chart.js** for data visualisation\n\n### Backend\n- **Spring Boot 3.0**\n- **Spring Security** for authentication\n- **Spring Data JPA** with PostgreSQL\n- **Maven** for dependency management\n- **JUnit** for testing\n\n### DevOps \u0026 Tools\n- **Docker** \u0026 Docker Compose for containerization\n- **GitHub Actions** for CI/CD\n- **PostgreSQL** for user data storage\n\n## Getting Started\n\n### Prerequisites\n- **JDK 17 or higher**\n- **Apache Maven 3.0 or higher**\n- **Node.js and npm**\n- **PostgreSQL**, including a currencydb database\n```\npsql -U postgres\nCREATE DATABASE currencydb;\n```\nThe schema.sql file can be found in `src/main/java/com/vladcranga/currencyconverter/database/schema.sql`. Run the following command to import it into your database, keeping in mind to replace `path_to_schema.sql` with your actual path to the file:\n```\npsql -U postgres -d currencydb -f path_to_schema.sql\n```\n\n- An internet connection for fetching exchange rates\n- A (free) [ExchangeRate API](https://www.exchangerate-api.com/) key in `api_key.txt` in the root directory\n- An AWS Lambda API URL in .env in the frontend directory\n```\nVITE_CALC_APP_API_URL=your_lambda_api_url\n```\n\n### Quick Start\n\n1. **Clone the repository**\n```bash\ngit clone https://github.com/vladcranga/expense-wise.git\ncd expense-wise\n```\n\n2. **Backend Setup**\n```bash\n# Install the dependencies and compile\nmvn clean install\n\n# Start the Spring Boot application\nmvn spring-boot:run\n```\n\n3. **Frontend Setup**\n```bash\n# Navigate to the frontend directory\ncd frontend\n\n# Install the dependencies\nnpm install\n\n# Start the development server\nnpm run dev\n```\n\n4. **Access the Application**\n- Frontend: http://localhost:3000\n- Backend API: http://localhost:8080\n\n### Docker Setup\n```bash\n# Build and run with Docker Compose\ndocker-compose up --build\n```\n\n## Running Tests\n\n### Backend Tests\n```bash\n# Run all the tests\nmvn test\n```\n\n### Frontend Tests\n```bash\n# Navigate to the frontend directory\ncd frontend\n\n# Run all the tests\nnpm test\n```\n\n## API Documentation\n\n### Authentication Endpoints\n- `POST /api/v1/users/register` - Register a new user\n- `POST /api/v1/users/login` - User login\n- `POST /api/v1/users/logout` - User logout\n\n### Expense Endpoints\n- `GET /api/v1/expenses/{userId}` - Get user's expenses\n- `POST /api/v1/expenses` - Add new expense\n- `PUT /api/v1/expenses/{id}` - Update expense\n- `DELETE /api/v1/expenses/{id}` - Delete expense\n\n### Currency Endpoints\n- `GET /api/v1/currency/convert` - Convert amount between currencies\n- `GET /api/v1/currency/rates` - Get latest exchange rates\n\n## Contributing\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Credits\n- Icon: [Business and finance icons created by Freepik - Flaticon](https://www.flaticon.com/free-icons/business-and-finance)\n\n## License\nThis project is licensed under the [MIT License](https://opensource.org/license/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladcranga%2Fexpense-wise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladcranga%2Fexpense-wise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladcranga%2Fexpense-wise/lists"}