Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 832 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 832 Bytes

HTWRoomFinder

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.

Requirements

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

Configuration

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