This project is part of the SimRa research project which includes the following subprojects:
- sirma-android: The SimRa app for Android.
- simra-ios: The SimRa app for iOS.
- backend: The SimRa backend software.
- dataset: Result data from the SimRa project.
- screenshots: Screenshots of both the iOS and Android app.
- SimRa-Visualization: Web application for visualizing the dataset.
In this project, we collect – with a strong focus on data protection and privacy – data on such near crashes to identify when and where bicyclists are especially at risk. We also aim to identify the main routes of bicycle traffic in Berlin. To obtain such data, we have developed a smartphone app that uses GPS information to track routes of bicyclists and the built-in acceleration sensors to pre-categorize near crashes. After their trip, users are asked to annotate and upload the collected data, pseudonymized per trip. For more information see our website.
To install the frontend, simply run:
docker-compose up -d
Please keep in mind that the environment variables VUE_APP_API_URL
and VUE_APP_TILE_URL
in .env
and .env.prod
might need to be updated. The latter file is used with docker-compose and overwrites values in the default .env
file.
For development, install your dependencies and develop locally:
cd frontend
npm install
npm run serve
A local webserver on port 8090 will serve the application.