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

NiPfi/ese2015-team6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ese2015-team6

##Live preview: http://team6.ddns.net:7070/tutorfinder/

##Prototype: https://www.fluidui.com/editor/live/preview/p_11b002272439085d2f39b9f67bd5014e.1444673932913

Setup guides:

Prerequisites

  • XAMPP, WAMP or sth similar that lets you run a MySQL server locally. (Apache and PHP support may be needed)

Using Eclipse

  1. Import the project via File >Import... >Maven >Existing Maven Projects
  • After importing the project you may need to update the project with Alt+F5
  1. Set up the run configuration
  • Right click on the project
  • Run as > Maven build...
  • Add the following to the goals: jetty:stop jetty:run
  1. Run the new configuration

Running the servlet from console

  1. Install Apache Maven and configure it to be run in console (you can follow this guide)
  2. Using the command line, browse into the tutorfinder directory
  3. Execute mvn jetty:run

Sample Data:

Import the tutorfinderdb.sql file from the Sample Data folder into you database and you will have the following profiles as demo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 63.5%
  • JavaScript 25.2%
  • HTML 8.3%
  • CSS 3.0%