No description
Find a file
2026-03-18 16:06:29 +00:00
.github/workflows fix(#9): Implement CI-Workflow for Docker tests on push and PR 2026-03-06 21:51:38 +00:00
backend test: add role-based access control tests 2026-03-18 10:07:55 +00:00
docs docs: update RBAC documentation and add integration tests 2026-03-16 19:08:37 +00:00
issues feat: create issue #5 for RBAC implementation 2026-03-16 08:06:33 +00:00
node_modules Add unit tests for role middleware 2026-03-17 07:07:36 +00:00
scripts auto(agent): Run expanded local discovery and continue with next actionable task 2026-03-15 15:19:11 +00:00
test feat: Add role-based access control middleware and tests 2026-03-17 22:08:53 +00:00
.gitignore auto(agent): Run expanded local discovery and continue with next actionable task 2026-03-06 15:39:11 +00:00
CONTRIBUTING.md fix(#20): Add Definition of Done to CONTRIBUTING.md and TESTING.md 2026-03-06 23:56:36 +00:00
demo-happy-path.sh fix(#26): Erstelle End-to-End Happy-Path Demo-Script 2026-03-07 00:15:33 +00:00
docker-compose.test.yml auto(agent): Run expanded local discovery and continue with next actionable task 2026-03-15 15:19:11 +00:00
Dockerfile.test fix(#11): Configure Codex Runner workingDir and allowWrite for repo access 2026-03-06 22:54:59 +00:00
ISSUE-005.md docs: Add comprehensive unit test issue template and create new issue #5 2026-03-18 00:07:31 +00:00
ISSUE-006.md Add issue: Docker-Installation prüfen und ggf. vorbereiten 2026-03-18 11:06:39 +00:00
ISSUE-12.md feat: Add role middleware template and issue #12 2026-03-16 12:06:33 +00:00
ISSUE-123.md feat: Implement role-based access control middleware and update documentation 2026-03-16 03:06:38 +00:00
ISSUE-124.md feat: add issue #124 for RBAC implementation 2026-03-16 10:06:38 +00:00
ISSUE-TEMPLATE.md feat: Add role-based access control tests and issue template 2026-03-18 02:07:31 +00:00
issue_10.md feat: implement role-based access control (RBAC) for API endpoints 2026-03-16 16:06:37 +00:00
ISSUE_TEMPLATE.md feat: Implement role management API endpoints 2026-03-16 05:07:56 +00:00
NEW_ISSUE.md feat: Add new issue for implementing RBAC in API endpoints 2026-03-18 09:06:39 +00:00
NEXT_STEPS.md Update status and next steps documentation after Playwright configuration issue analysis 2026-03-12 01:22:24 +00:00
openapi.yaml Add full OpenAPI spec for current backend routes 2026-03-05 15:11:56 +00:00
package-lock.json Add unit tests for role middleware 2026-03-17 07:07:36 +00:00
package.json Add unit tests for role middleware 2026-03-17 07:07:36 +00:00
PLAYWRIGHT_ISSUE.md docs: document Playwright configuration issue and update next steps 2026-03-07 07:08:30 +00:00
PROJECT_SUMMARY.md auto(agent): Run expanded local discovery and continue with next actionable task 2026-03-06 15:39:11 +00:00
README.md Update README with project overview and getting started guide 2026-03-18 16:06:29 +00:00
STATUS.md Update status and next steps documentation after Playwright configuration issue analysis 2026-03-12 01:22:24 +00:00
tailscale_integration_status.md auto(agent): Fix offers route validation 2026-03-06 21:28:38 +00:00
tailscale_kasm_integration.md auto(agent): enhance profile route tests and coverage 2026-03-06 20:36:58 +00:00
tailscale_kasm_integration_detailed.md Update Tailscale integration documentation for Kasm container 2026-03-06 22:34:32 +00:00
tailscale_sidecar_final.md auto(agent): Fix offers route validation 2026-03-06 21:28:38 +00:00
tailscale_sidecar_integration.md auto(agent): Fix offers route validation 2026-03-06 21:28:38 +00:00
TESTING.md test: add unraid docker test harness 2026-03-04 21:13:12 +00:00

HelpYourNeighbour

HelpYourNeighbour is a platform that connects neighbors to help each other.

Features

  • User authentication and authorization
  • Neighborhood management
  • Task posting and assignment
  • Communication tools

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Start the development server: npm run dev

Contributing

Please read our contribution guidelines before submitting a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.