Website for managing clients from the database
GET STARTED
- clone project from github
- create database in mysql 'manager' --- run script resources/query.sql in mysql (this will create two tables with one admin and one client)
- terminal: mvn jetty:run
- open browser: localhost:8080/management
- Login: admin, password admin (then you can change)
- Management clients :)
Technologies used:
- Mysql
- H2 database (for test)
- Servlet API
- Hibernate
- views pages JSP