calcifernguyen / deposits-management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deposits Management Web Application

Introduce

Deposit management system with functions:

  • Login employee
  • Manage customer information
  • Deposit
  • Final settlement
  • Partial withdrawal
  • Extra deposit

How to run:

  1. In file resources/application.properties:
    • config database info
    • change spring.jpa.hibernate.ddl-auto=none to spring.jpa.hibernate.ddl-auto=update in order to create database structure
  2. Run command mvn spring-boot:run in terminal

Demo

Entity Diagram

Entity Diagram

About


Languages

Language:Java 69.6%Language:HTML 26.9%Language:CSS 3.5%