Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 423 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 423 Bytes

Client Manager

CRUD web app written in Java for PostgreSQL database management.

Technologies

  • Java (Servlet + JSP)
  • Spring Framework (MVC + JPA)
  • Hibernate
  • PostgreSQL
  • Apache Tomcat

Usage

Add a database named trui in pgAdmin and execute structure query. Update your credentials in src/META-INF/persistence.xml, then run the project.