{"id":18926211,"url":"https://github.com/tardog/schutzstreifen","last_synced_at":"2026-03-15T01:30:16.963Z","repository":{"id":174175673,"uuid":"167523800","full_name":"Tardog/schutzstreifen","owner":"Tardog","description":"Interactive map with user-contributed hazards for cyclists, such as dangerous intersections, unsafe or missing cycle lanes, parking cars.","archived":false,"fork":false,"pushed_at":"2023-12-18T23:03:45.000Z","size":221,"stargazers_count":2,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T18:34:24.574Z","etag":null,"topics":["bicycle-infrastructure","buffalo-framework","cyclists","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tardog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-25T09:45:05.000Z","updated_at":"2023-07-06T09:23:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef2745ed-c3c1-41cc-b06c-0ee2decb9ad5","html_url":"https://github.com/Tardog/schutzstreifen","commit_stats":null,"previous_names":["tardog/schutzstreifen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tardog%2Fschutzstreifen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tardog%2Fschutzstreifen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tardog%2Fschutzstreifen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tardog%2Fschutzstreifen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tardog","download_url":"https://codeload.github.com/Tardog/schutzstreifen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239921933,"owners_count":19718861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bicycle-infrastructure","buffalo-framework","cyclists","golang"],"created_at":"2024-11-08T11:14:59.695Z","updated_at":"2026-03-15T01:30:16.913Z","avatar_url":"https://github.com/Tardog.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Schutzstreifen\nA web application that displays a map with user-contributed hazards for cyclists.\nBuilt with the [Buffalo framework](https://gobuffalo.io).\n\n## What's the meaning of the project name?\n\"Schutzstreifen\" is German for \"protective strip\". In legal terminology, it describes the kind of cheap bicycle path that gets painted on the road, often leading to conflicts between drivers and cyclists due to cars parking on or too close next to the strip, close passes on the road, among others. Many of these contraptions are inherently unsafe for cyclists, which has earned them the nickname of \"Gefährdungsstreifen\" (literally \"hazard strip\").\n\n## ⛔️ Attention: Work in progress ⛔️\nThis application is not feature ready yet (as in: pre-alpha status):\n- Several routes are only implemented in the most basic way possible\n- Validation and error handling require work to improve security and user experience\n- The frontend is pretty bare-bones right now and needs a lot of love and polish to be presentable\n- Every single user has access to all POST endpoints, which is not desirable - there should be an admin user e.g. for managing available hazard types, removing users etc.\n\nWhen the first alpha is ready, the app will be made available online. You can always download the code and run it on your local machine, of course.\n\n## Installation\nIf you are setting up the application for the first time, use the following make target:\n```\nmake setup\n```\n\n## Run locally\nFor development, having Go and Go dev tools installed on your machine is extremely helpful.\n\nInstead of also installing Buffalo and PostgresSQL, you can simply run the app with Docker. Otherwise, please refer to the Buffalo documentation on how to run the framework natively.\n\nUse the following make commands to start/stop the containers:\n```\nmake start\nmake stop\n```\nWhen all containers are up, the application is available at http://localhost:22080/\n\nTo see debug output (logs) during development, use the following start command instead:\n```\nmake start-dev\n```\n\n### Display container log output\nWith the default ```start``` target, containers are started in detached mode. If you prefer running them in the foreground, use the ```make start-dev``` target instead.\n\n## Run tests\n```\nmake test\n```\n\n## Buffalo CLI\nUse this shortcut to open a shell inside the dev container. You can then use the full Buffalo CLI, including Pop for setting up the database and running migrations:\n```\nmake cli\n```\n\n## Force rebuilding containers\nThis will skip the Docker build cache.\n```\nmake build-containers\n```\n\n## Compile CSS\nCreate CSS files from Sass sources:\n```\nmake css\n```\n\n## Run database migrations\nExecute all migrations (only works if the database already exists).\n```\nmake migrate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftardog%2Fschutzstreifen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftardog%2Fschutzstreifen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftardog%2Fschutzstreifen/lists"}