Instructions(How to Run):
1.Install Postgres DBMS on your system. you can use below link: https://www.postgresql.org/download/
create database named modernisc with username postgres and password: 141433eli
2.Build it with maven and run the jar as if it was a standard jar:
java -jar target/user-management-0.0.1-SNAPSHOT.jar
It will launch a JSF and Spring powered website that you can access at http://localhost:8080/index.jsf
it has capabilities to create user in individual manner and batch and you can update and delete any user by icons in actions column in data table.