This is a personal project using JavaServer Faces (JSF) and MySQL. The goal of the project is to create a basic web appplication for storing hospitals' staff information using PrimeFaces.
-
Install Jetty and JSF in order to get the server running.
-
Clone the project and check if runs properly
-
Install MySQL Community Server and MySQL Workbench
-
Create a new MySQL connection, open the migration MySQL script (/Model/migration_script.sql) and run it
-
The application should be running and succesfully conected to the MySQL database