Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 485 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 485 Bytes

#ModelViewer

  • witten in java using java spring mvc framework, Hibernate, MYSQL.

  • Hibernate manages the entire database, a transaction manager manages rollbacks on exception.

  • Jackson Json parser is used to serialize objects passed to the frontend.

  • This project is organized into three parts service, models, repositories.

  • it is run by using mvn plugin, 'mvn tomcat:run' with a mysql running in the background

  • navigate to :8080/ModelViewer is see the page when its running