Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 476 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 476 Bytes

Servlets 3.1 with Angular 1.6.x working configuration

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

It order to start the application follow these steps:

  1. Run in command line mvn clean install;
  2. Run in command line mvn tomcat:run;
  3. Visit http://localhost:8080/Angular-Servlets.