Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

sweiland/fhj.swenga2017.plavent

Repository files navigation

fhj.swenga2017.plavent

PlaVent is an event planner application and was developed during the study course Software Engineering Advanced at FH JOANNEUM (UAS) in the Bachelor's degree Informationsmanagement (IMA16). The project was supported by DI (FH) Johann Blauensteiner and DI (FH) Stefan Krausler-Baumann.

Team Members:

  • Alexander Hoedl
  • Gregor Fernbach
  • Sebastian Weiland
  • Stefan Heider

Workload distribution:

  • Alexander Hoedl: Project manager and responsible for Happening Management
  • Gregor Fernbach: Responsible for User management and security
  • Sebastian Weiland: Responsible for Design(Bootstrap,Thymeleaf, CoreUI) and Dashboard
  • Stefan Heider: Responsible for Happening Category Management and testing

Setup Guide

  1. Download project source from here
  2. Create New dynamic Web project eclipse project, convert to maven project and import sources
  3. Setup app.properties in folder src (db-connection-information and mail-information) based on this.
  4. Change jpa-properties in dispatcher-servlet.xml to required attributes (validate, update, or create-drop)
  5. Setup your eclipse project (Server, Runtime, ...)
  6. Publish project to Tomcat and start Tomcat (8.5)
  7. Open Web application here
  8. If there is a new database behind (or started via create-update) a setup wizard is shown instead of the login page. Click on Button Start initial setup to create the database environment.
  9. Login credentials: admin/password, host/password, guest/password
  10. Welcome to PlaVent - Check out the Happening Management Tutorial (Menu Happening Management)