This application is used to learn to use Servlets. You must have a working PostgreSQL database to connect to. The connection properties are in Constants.java file. After connecting to the data base run the init_database.sql file
- Run in command line mvn clean install;
- Run in command line mvn tomcat:run;
- Visit http://localhost:8080/Angular-Servlets.