A webapp for students, professors and teaching staff of HTW-Berlin. It displays all available rooms at a certain date/time. It uses simple-MVC to structure the PHP code.
To make it work you need to crawl www.htw-berlin.de and store it to a postgreSQl database. This can be done with the LSFEventScraper
To display the available rooms, the app needs to connect to a database.
Therefor you need to provide the credentials to your database (collected by LSFEventScraper) to the app.
This can be done in config.php