Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

corona-warn-app/cwa-map-public-frontend

Repository files navigation

Corona-Warn-App Map Public Frontend

DevelopmentDocumentationSupportContributeContributorsRepositoriesLicensing

The goal of this project is providing an interface to the users to find COVID-19 testcenters in their region.

About this component

The cwa-map-public-frontend component provides the public frontend for searching testcenters by their attributes, including location or test capabilities.

Development

This component can be locally build in order to test the functionality of the interfaces and verify the concepts it is built upon.

Prerequisites

Build

After first checkout you have to install required dependencies by running

npm install

Afterwards you can run the frontend by running

npm run serve

You can then access the frontend via http://localhost:9000

Docker based build

We recommend that you first check to ensure that Docker is installed on your machine.

On the command line do the following:

docker build -t <imagename> .
docker run -p 9000:80/tcp -it <imagename>

if you are in the root of the checked out repository.
The docker image will then run on your local machine on port 9000 assuming you configured docker for shared network mode.

Remarks

This repository contains files which support our CI/CD pipeline and will be removed without further notice

  • DockerfileCi - used for the GitHub build chain
  • Jenkinsfile - used for Telekom internal SBS (SoftwareBuildService)

Documentation

The full documentation for the Corona-Warn-App can be found in the cwa-documentation repository. The documentation repository contains technical documents, architecture information, and white papers related to this implementation.

Support and feedback

The following channels are available for discussions, feedback, and support requests:

Type Channel
General Discussion
Concept Feedback
Map Service Issues
Other requests

How to contribute

Contribution and feedback is encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines. By participating in this project, you agree to abide by its Code of Conduct at all times.

Contributors

The German government has asked SAP AG and Deutsche Telekom AG to develop the Corona-Warn-App for Germany as open source software. Deutsche Telekom is providing the network and mobile technology and will operate and run the backend for the app in a safe, scalable and stable manner. SAP is responsible for the app development, its framework and the underlying platform. Therefore, development teams of SAP and Deutsche Telekom are contributing to this project. At the same time our commitment to open source means that we are enabling -in fact encouraging- all interested parties to contribute and become part of its developer community.

Repositories

A list of all public repositories from the Corona-Warn-App can be found here.

Licensing

Copyright (c) 2020-2023 Deutsche Telekom AG.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.