Java EE. Cinema system. Online showcase the cinema
- Download and install jdk 1.8, Git, Apache Tomcat, MySQL
- Clone project: git clone https://github.com/Labusyuk/ShowcaseTheCinema.git
- Prepare database by running script schema-mysql.sql
- Configure connection with database by changing com.labus.mycinema.db.ConnectionPool.java , if needed
- cd to project folder and mvnw clean install
- Run with Tomcat