{"id":24698525,"url":"https://github.com/vikashkatiyar/expense-tracker-api","last_synced_at":"2025-09-06T00:33:14.021Z","repository":{"id":195850272,"uuid":"693800607","full_name":"Vikashkatiyar/Expense-tracker-Api","owner":"Vikashkatiyar","description":"A RESTful API created using Spring Boot. We have used PostgreSQL as the relational database and JdbcTemplate to interact with that. Apart from this, we have used JSON Web Token (JWT) to add authentication. Using JWT, we can protect certain endpoints and ensure that user must be logged-in to access those.","archived":false,"fork":false,"pushed_at":"2023-09-19T19:02:45.000Z","size":74,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T04:29:08.066Z","etag":null,"topics":["java","postgresql-database","restful-api","spring-boot","spring-security-jwt"],"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/Vikashkatiyar.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}},"created_at":"2023-09-19T18:32:34.000Z","updated_at":"2024-04-10T13:09:10.000Z","dependencies_parsed_at":"2023-09-19T21:45:50.155Z","dependency_job_id":"f44d81d1-9e95-42c0-9007-ef04135c9380","html_url":"https://github.com/Vikashkatiyar/Expense-tracker-Api","commit_stats":null,"previous_names":["vikashkatiyar/expense-tracker-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikashkatiyar%2FExpense-tracker-Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikashkatiyar%2FExpense-tracker-Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikashkatiyar%2FExpense-tracker-Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikashkatiyar%2FExpense-tracker-Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vikashkatiyar","download_url":"https://codeload.github.com/Vikashkatiyar/Expense-tracker-Api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902935,"owners_count":20529114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["java","postgresql-database","restful-api","spring-boot","spring-security-jwt"],"created_at":"2025-01-27T04:29:13.527Z","updated_at":"2025-09-06T00:33:13.982Z","avatar_url":"https://github.com/Vikashkatiyar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BudgetFlow (expense-tracker-api)\n\nREST API for tracking expenses.\n\nA RESTful API created using Spring Boot. We have used PostgreSQL as the relational database and JdbcTemplate to interact with that.\nApart from this, we have used JSON Web Token (JWT) to add authentication. Using JWT, we can protect certain endpoints and ensure that user must be logged-in to access those.\n\n## Used Tools and Technologies:\n\n      Spring Boot 3.0.10\n      \n      \u003e. spring-boot-devtools\n      \u003e. Spring-boot-starter-jdbc\n      \u003e. spring-boot-starter-web\n      \u003e. JSON Web Token (JWT)\n      \n      DataBase\n      \n      \u003e.postgresql\n      \n      Tools\n      \n      \u003e. STS(Spring tool suite)\n      \u003e. PostMan\n\n\n\n## Setup and Installation\n\n1. **Clone the repo from GitHub**\n   ```sh\n   git clone https://github.com/Vikashkatiyar/Expense-tracker-Api.git\n   cd expense-tracker-api\n   ```\n\n2. **Create database objects**\n\n   In the root application directory (expense-tracker-api), SQL script file (expensetracker_db.sql) is present for creating all database objects\n   \n4. Update database configurations in application.properties**\n   \n   If your database is hosted at some cloud platform or if you have modified the SQL script file with some different username and password, update the src/main/resources/application.properties file accordingly:\n   ```properties\n   spring.datasource.url=jdbc:postgresql://localhost:5432/expensetrackerdb\n   spring.datasource.username=expensetracker\n   spring.datasource.password=password\n   ```\n5. **Run the spring boot application**\n   ```sh\n   ./mvnw spring-boot:run\n   ```\n   this runs at port 8080 and hence all enpoints can be accessed starting from http://localhost:8080\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikashkatiyar%2Fexpense-tracker-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikashkatiyar%2Fexpense-tracker-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikashkatiyar%2Fexpense-tracker-api/lists"}