a Spring Boot API for tracking and accessing user expenses by categories
A expense tracker for tracking and accessing user expenses by categories
CompanyId: ChibiBank (fictional financial service company/brand)
ProjectId: Expense Mint (product name)
Spring Boot RESTful API (resource,repository,service,domain/entity pattern) made to connect with backend using JDBCTemplate along methods for user login and registration and tracking and implementing a session token for maintaining a session and controlling access.
psql -U postgres --file em_db.sql
the command line in the project directory to create database on your machineFor further reference, please consider the following sections:
The following guides illustrate how to use some features concretely: