This Repository contains the source code for the frontend, which is hosted at https://support-for-localhorst.philenius.de/.
This project was develop during the #wirvsvirus hackathon. The whole idea and project is described in devpost.
The source code itself is structured into the follwoing directorys:
- models: contains data models
- pages: contains the components that build up a single page
- services: contains the used serives
- shared-components: contains components that are used inside multiple pages
The project uses Angular Material and Material Icons. The chatbot UI is build using components of the kendo angular ui framework, which we re-styled to achieve the look and feel fitting to the rest of the website.
The project is build using Angular, packed into Docker. The Angular README and manual can be found here.
This is how to build the Docker image:
docker build -t supportforlocalhorst/localhorst-frontend .You can find the pre-built Docker image on DockerHub.
Please refer to the README of the backend implementation on how to deploy Support For Localho(r)st. There you can find a detailed explanation on how to deploy the whole application stack using Docker Compose.


