{"id":41252904,"url":"https://github.com/bvandewe/starter-app","last_synced_at":"2026-01-23T01:43:23.194Z","repository":{"id":323154419,"uuid":"1092034016","full_name":"bvandewe/starter-app","owner":"bvandewe","description":"An opinionated FastAPI template showcasing Clean architecture DDD, CQRS, OAuth2/OIDC with RBAC, CloudEvents, OTEL and pluggable infrastructure, implementing Neuroglia Python Framework","archived":false,"fork":false,"pushed_at":"2025-12-16T07:46:08.000Z","size":2498,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-19T19:49:59.417Z","etag":null,"topics":["cqrs","cqrs-pattern","ddd","ddd-example","fastapi-template","full-stack-web-development","otel-supported","rbac","starter-template"],"latest_commit_sha":null,"homepage":"https://bvandewe.github.io/starter-app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bvandewe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-07T22:17:57.000Z","updated_at":"2025-11-12T12:15:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bvandewe/starter-app","commit_stats":null,"previous_names":["bvandewe/starter-app"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/bvandewe/starter-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvandewe%2Fstarter-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvandewe%2Fstarter-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvandewe%2Fstarter-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvandewe%2Fstarter-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bvandewe","download_url":"https://codeload.github.com/bvandewe/starter-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvandewe%2Fstarter-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28677711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"ssl_error","status_checked_at":"2026-01-23T01:00:19.529Z","response_time":144,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cqrs","cqrs-pattern","ddd","ddd-example","fastapi-template","full-stack-web-development","otel-supported","rbac","starter-template"],"created_at":"2026-01-23T01:43:22.479Z","updated_at":"2026-01-23T01:43:23.181Z","avatar_url":"https://github.com/bvandewe.png","language":"Python","readme":"# Starter App - Neuroglia WebApplication\n\n[![Python Version](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)\n[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)\n[![FastAPI](https://img.shields.io/badge/FastAPI-0.100+-009688.svg?logo=fastapi)](https://fastapi.tiangolo.com)\n[![Neuroglia](https://img.shields.io/badge/Neuroglia-0.6.6-purple.svg)](https://github.com/neuroglia-io/python-framework)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n[![Documentation](https://img.shields.io/badge/docs-mkdocs-blue.svg)](https://bvandewe.github.io/starter-app/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![Tests](https://img.shields.io/badge/tests-pytest-orange.svg)](https://docs.pytest.org/)\n[![Coverage](https://img.shields.io/badge/coverage-98%25-brightgreen.svg)](htmlcov/index.html)\n[![Docker](https://img.shields.io/badge/docker-ready-blue.svg?logo=docker)](docker-compose.yml)\n[![Keycloak](https://img.shields.io/badge/auth-Keycloak-orange.svg?logo=keycloak)](https://www.keycloak.org/)\n[![MongoDB](https://img.shields.io/badge/database-MongoDB-green.svg?logo=mongodb)](https://www.mongodb.com/)\n[![Redis](https://img.shields.io/badge/sessions-Redis-red.svg?logo=redis)](https://redis.io/)\n\nAn opinionated Neuroglia FastAPI template showcasing multi-subapp architecture (API + UI), CQRS, RBAC, OAuth2/OIDC, and pluggable infrastructure:\n\n- 🎨 **SubApp Pattern**: Clean separation between API and UI concerns\n- 🔐 **OAuth2/OIDC Authentication**: Keycloak integration with Backend-for-Frontend pattern\n- 🔴 **Redis Session Store**: Distributed sessions for horizontal scaling in Kubernetes\n- 🛡️ **RBAC**: Role-based access control at the application layer\n- 📋 **CQRS Pattern**: Command Query Responsibility Segregation\n- 🎯 **Clean Architecture**: Domain-driven design with clear boundaries\n\n![Starter App demo](./docs/assets/starter-app_v0.1.0.gif)\n\n## 🏗️ Architecture\n\nThis application follows the **Simple UI** sample pattern from Neuroglia, implementing:\n\n- **API SubApp** (`/api`): RESTful JSON endpoints with JWT authentication\n- **UI SubApp** (`/`): Bootstrap 5 SPA with Parcel bundler\n- **Domain Layer**: Task entities with repository pattern\n- **Application Layer**: CQRS commands/queries with RBAC handlers\n- **Integration Layer**: In-memory and MongoDB (motor) repositories (ready for PostgreSQL/Redis/...)\n\n### Project Structure\n\n```\nstarter-app/\n├── src/\n│   ├── main.py                      # FastAPI app factory entry point\n│   ├── api/                         # API sub-app (mounted at /api)\n│   │   ├── controllers/             # Route controllers\n│   │   ├── dependencies.py          # Shared dependency helpers (auth, user)\n│   │   └── services/                # API-specific service utilities (e.g. OpenAPI config)\n│   ├── application/                 # Application layer (CQRS, mapping, settings)\n│   │   ├── settings.py\n│   │   ├── commands/                # Write operations\n│   │   ├── queries/                 # Read operations\n│   │   ├── events/                  # Domain/application events (placeholder)\n│   │   ├── mapping/                 # Object mapping profiles\n│   │   └── services/                # Cross-cutting services (logger, etc.)\n│   ├── domain/                      # Pure domain model\n│   │   ├── entities/                # Aggregate/entity classes (task, etc.)\n│   │   └── repositories/            # Repository interfaces (ports)\n│   ├── infrastructure/              # Technical adapters implementing ports\n│   │   └── session_store.py         # Session store implementations (in-memory/redis)\n│   ├── integration/                 # Concrete adapters / in-memory repos\n│   │   └── models/\n│   │   └── repositories/\n│   ├── observability/               # Metrics, tracing, logging integration points\n│   │   └── metrics.py\n│   ├── ui/                          # Frontend build + controller sub-app\n│   │   ├── controllers/             # UI route(s)\n│   │   ├── src/                     # Parcel source (scripts, styles)\n│   │   ├── package.json             # Frontend dependencies\n├── tests/                           # Pytest suites (unit/integration)\n│   └── test_rename_integrity.py     # Ensures no leftover starter branding post-rename\n├── scripts/\n│   └── rename_project.py            # Automated project rebranding utility\n├── docs/                            # MkDocs documentation source\n├── deployment/                      # Deployment \u0026 Keycloak realm config assets\n├── notes/                           # Design / architecture scratchpad docs\n├── static/                          # Published frontend bundle (built UI assets)\n├── Makefile                         # Developer automation commands\n├── docker-compose.yml               # Local service orchestration\n├── Dockerfile                       # Application container build\n├── pyproject.toml                   # Python dependencies \u0026 tool config (Poetry)\n└── README.md                        # This file\n```\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Python 3.11+\n- Poetry\n- Node.js 20+ (for UI build)\n- Docker \u0026 Docker Compose (optional)\n\n### Quick Setup (Recommended)\n\nUse the Makefile for easy setup and management:\n\n```bash\n# Complete setup for new developers\nmake setup\n\n# Run locally\nmake run\n\n# Or run with Docker\nmake up\n\n# See all available commands\nmake help\n```\n\n### Manual Local Development\n\n1. **Install Python dependencies:**\n\n   ```bash\n   poetry install\n   ```\n\n2. **Install frontend dependencies and build UI:**\n\n   ```bash\n   make install-ui\n   make build-ui\n   ```\n\n3. **Run the application:**\n\n   ```bash\n   make run\n   ```\n\n4. **Access the application:**\n   - Application: http://localhost:8000/\n   - API Documentation: http://localhost:8000/api/docs\n\n### Frontend Development Mode\n\nFor hot-reload during UI development:\n\n```bash\n# Terminal 1: Watch and rebuild frontend assets\nmake dev-ui\n\n# Terminal 2: Start backend with hot-reload\nmake run\n```\n\n### Docker Development\n\nRun the complete stack with Docker Compose using the **Makefile** (recommended):\n\n```bash\n# Copy environment variables (first time only)\ncp .env.example .env\n\n# Build and start services\nmake up\n\n# View logs\nmake logs\n\n# Stop services\nmake down\n\n# Rebuild from scratch\nmake rebuild\n```\n\nOr use docker-compose directly:\n\n```bash\n# Start all services\ndocker-compose up\n\n# Or run in background\ndocker-compose up -d\n```\n\nThis will start:\n\n- ✅ Starter App App (http://localhost:8020)\n- ✅ MongoDB (localhost:8022) and Mongo Express (http://localhost:8023)\n- ✅ Keycloak (http://localhost:8021)\n- ✅ OpenTelemetry Collector\n- ✅ UI Builder (auto-rebuild)\n- ✅ Redis (localhost:6379)\n- ✅ Event Player (http://localhost:8024)\n\n## 👥 Test Users\n\nThe application includes test users with different roles:\n\n| Username | Password | Role | Access Level |\n|----------|----------|------|--------------|\n| admin | test | admin | All tasks |\n| manager | test | manager | Department tasks |\n| user | test | user | Only assigned tasks |\n\nSee [deployment/keycloak/starter-app-realm-export.json](./deployment/keycloak/starter-app-realm-export.json)\n\n## 🔐 Authentication \u0026 RBAC\n\n### JWT Authentication\n\n- **Stateless**: No server-side sessions required\n- **Token Storage**: localStorage (not cookies)\n- **Expiration**: 24 hours (configurable)\n- **Claims**: username, user_id, roles, department\n\n### Role-Based Access Control\n\nAuthorization happens in the **application layer** (handlers), not controllers:\n\n- **Admin**: Can view and manage all tasks, can delete tasks\n- **Manager**: Can view tasks in their department\n- **User**: Can only view their assigned tasks\n\nExample RBAC logic in `GetTasksQueryHandler`:\n\n```python\nif \"admin\" in user_roles:\n    tasks = await self.task_repository.get_all_async()\nelif \"manager\" in user_roles:\n    tasks = await self.task_repository.get_by_department_async(department)\nelse:\n    tasks = await self.task_repository.get_by_assignee_async(user_id)\n```\n\n## 🛠️ Configuration\n\n### Environment Variables\n\nCreate a `.env` file (or use `.env.example`):\n\n```bash\n# Application server\nAPP_HOST=127.0.0.1         # Override only if you must expose the API externally\nAPP_PORT=8080\n\n# Keycloak OAuth2/OIDC\nKEYCLOAK_SERVER_URL=http://keycloak:8080\nKEYCLOAK_REALM=starter-app\nKEYCLOAK_CLIENT_ID=portal-web-app\n\n# Redis Session Storage (for production horizontal scaling)\nREDIS_ENABLED=false          # Set to true for production\nREDIS_URL=redis://redis:6379/0\nREDIS_KEY_PREFIX=session:\n\n# Database\nMONGODB_PASSWORD=neuroglia123\n```\n\n### Redis Session Store\n\nThe application supports two session storage backends:\n\n**Development (default)**: `InMemorySessionStore`\n\n- ⚡ Fast, no external dependencies\n- ⚠️ Sessions lost on restart\n- ❌ Not suitable for multiple instances\n\n**Production**: `RedisSessionStore`\n\n- 🔴 Distributed, shared across pods\n- 📈 Enables horizontal scaling in Kubernetes\n- 💪 Sessions survive pod restarts\n- ⏰ Auto-expiring via Redis TTL\n\nTo enable Redis for production:\n\n```bash\n# In .env file\nREDIS_ENABLED=true\n```\n\nSee `notes/REDIS_SESSION_STORE.md` for detailed documentation on:\n\n- Kubernetes deployment strategies\n- Redis configuration options\n- Testing horizontal scaling\n- Security best practices\n\n### VS Code Setup\n\nThe project includes VS Code settings for:\n\n- ✅ Automatic Poetry venv activation\n- ✅ Python formatter (Black)\n- ✅ Import organization\n- ✅ Pytest integration\n\n## 📚 Documentation\n\n### API Documentation\n\nOnce running, visit http://localhost:8020/api/docs for interactive API documentation.\n\n### Project Documentation\n\nComprehensive documentation is available in the `docs/` directory and online:\n\n- **Online**: https://bvandewe.github.io/starter-app\n- **Local**: Run `make docs-serve` and visit http://127.0.0.1:8000\n\n#### Documentation Topics\n\n- [**Getting Started**](https://bvandewe.github.io/starter-app/getting-started/installation/) - How to install and run the application.\n- [**Architecture**](https://bvandewe.github.io/starter-app/architecture/overview/) - CQRS pattern, dependency injection, design patterns\n- [**Security**](https://bvandewe.github.io/starter-app/security/authentication-flows/) - Dual auth system (session + JWT), OAuth2/OIDC, RBAC\n- [**Development**](https://bvandewe.github.io/starter-app/development/makefile-reference/) - Makefile reference, workflow, testing\n- [**Deployment**](https://bvandewe.github.io/starter-app/deployment/docker-environment/) - Docker environment, deployment, configuration\n- [**Troubleshooting**](https://bvandewe.github.io/starter-app/troubleshooting/common-issues/) - Common issues, known bugs, solutions\n\n#### Documentation Commands\n\n```bash\n# Install documentation dependencies\nmake docs-install\n\n# Serve documentation locally with live reload\nmake docs-serve\n\n# Build documentation site\nmake docs-build\n\n# Deploy to GitHub Pages (maintainers only)\nmake docs-deploy\n```\n\n### Key Endpoints\n\n#### Authentication\n\n- `POST /api/auth/login` - Login and get JWT token\n\n#### Tasks\n\n- `GET /api/tasks` - Get tasks (role-filtered)\n- `POST /api/tasks` - Create new task\n- `PUT /api/tasks/{task_id}` - Update task (with authorization)\n\nAll task endpoints require `Authorization: Bearer {token}` header.\n\n## �️ Makefile Commands\n\nThe project includes a comprehensive Makefile for easy development workflow management:\n\n### Docker Commands\n\n- `make build` - Build Docker image\n- `make dev` - Build and start Docker services with logs\n- `make rebuild` - Rebuild services from scratch (no cache)\n- `make up` - Start services in background\n- `make down` - Stop and remove services\n- `make restart` - Restart all services\n- `make logs` - Show logs from all services\n- `make clean` - Stop services and remove volumes ⚠️\n\n### Local Development Commands\n\n- `make setup` - Complete setup for new developers (install + build)\n- `make install` - Install Python dependencies with Poetry\n- `make install-ui` - Install Node.js dependencies\n- `make build-ui` - Build frontend assets\n- `make dev-ui` - Start UI dev server with hot-reload\n- `make run` - Run application locally with auto-reload\n- `make run-debug` - Run with debug logging\n\n### Testing \u0026 Quality Commands\n\n- `make test` - Run tests\n- `make test-cov` - Run tests with coverage report\n- `make lint` - Run linting checks\n- `make format` - Format code with Black\n\n### Utility Commands\n\n- `make clean` - Clean up caches and generated files\n- `make clean-all` - Clean everything including Docker volumes\n- `make status` - Show current environment status\n- `make info` - Display project information and URLs\n- `make env-check` - Check environment requirements\n- `make help` - Display all available commands\n\n**Example Workflow:**\n\n```bash\n# New developer setup\nmake setup\n\n# Start local development\nmake run\n\n# Or use Docker\nmake docker-up\nmake docker-logs\n\n# Stop Docker services\nmake docker-down\n```\n\n## �🔗 Related Documentation\n\n- [Neuroglia Python Framework](https://bvandewe.github.io/pyneuro/)\n- [Simple UI Sample](https://bvandewe.github.io/pyneuro/samples/simple-ui/)\n- [RBAC Guide](https://bvandewe.github.io/pyneuro/guides/rbac-authorization/)\n- [OAuth \u0026 JWT Reference](https://bvandewe.github.io/pyneuro/references/oauth-oidc-jwt/)\n\n## 🧪 Testing\n\n```bash\n# Run tests\npoetry run pytest\n```\n\n## 🪝 Pre-Commit Hooks\n\nAutomated formatting, linting, and security checks run before you commit to keep the codebase consistent.\n\n### What's Included\n\n- Trailing whitespace / EOF / merge conflict checks\n- Black (Python formatting) + isort (imports)\n- Flake8 (lint) and optional Ruff/extra rules if enabled\n- Prettier for JS/TS/CSS/HTML/JSON/YAML/Markdown\n- Markdownlint (auto-fix basic style issues)\n- Yamllint (with relaxed config)\n- Bandit (Python security scanning)\n- Detect-Secrets (prevents committing secrets)\n\n### Setup\n\n```bash\npoetry add --group dev pre-commit\npoetry run pre-commit install --install-hooks\npoetry run pre-commit run --all-files  # Run on entire repo once\n```\n\nIf you later update hooks:\n\n```bash\npoetry run pre-commit autoupdate\n```\n\n### Enforcing Consistency\n\nCI should run:\n\n```bash\npoetry run pre-commit run --all-files\n```\n\n### DCO Reminder\n\nPre-commit does not enforce DCO; ensure commits include:\n\n```\nSigned-off-by: Your Name \u003cyou@example.com\u003e\n```\n\nUse `git commit -s` to auto-add this line.\n\n\n## 🔁 Rebranding / Forking as a New Project\n\nYou can turn this repository into a new project quickly without manually hunting for every\n`starter-app` occurrence.\n\n### Option 1: Built-in Rename Script (Recommended)\n\nRun a dry run first:\n\n```bash\npython scripts/rename_project.py --new-name \"Acme Tasks\" --dry-run\n```\n\nApply the changes:\n\n```bash\npython scripts/rename_project.py --new-name \"Acme Tasks\"\n```\n\nThis will replace variants:\n\n- `starter-app` (slug)\n- `starter_app` (snake)\n- `Starter App` (title)\n- `StarterApp` (Pascal)\n- `STARTER_APP` (UPPER_SNAKE)\n- `Starter App API`\n\nOptional flags:\n\n```bash\n# Also adjust Keycloak realm/client identifiers (you must reconfigure Keycloak manually afterward)\npython scripts/rename_project.py --new-name \"Acme Tasks\" --update-keycloak\n\n# Limit to certain folders\npython scripts/rename_project.py --new-name \"Acme Tasks\" --include src docs\n\n# Override derived name styles explicitly\npython scripts/rename_project.py --new-name \"Acme Tasks\" \\\n    --slug acme-tasks --snake acme_tasks --pascal AcmeTasks --upper ACME_TASKS\n```\n\nPost-rename checklist:\n\n1. Rename the repository folder and remote (e.g., `git remote set-url origin ...`).\n2. Adjust Docker image tags / compose service names if needed.\n3. Update Keycloak realm + client IDs if `--update-keycloak` was used.\n4. Search for any remaining branding (e.g., README examples, docs URLs).\n5. Run tests: `poetry run pytest -q`.\n6. Rebuild UI assets: `make build-ui`.\n\n### Option 2: GitHub Template Repo\n\nUsing GitHub's built‑in Template feature lets you create a clean copy of the repository without forking the full commit history. Workflow:\n\n1. Maintainer: In the original repo, go to Settings → General → Enable \"Template repository\".\n2. Consumer: Click \"Use this template\" (instead of Fork). GitHub scaffolds a brand‑new repo with the current contents (no upstream remote linkage).\n3. In your new repo clone, run the rename script (Option 1) to apply your branding and identifiers.\n4. Update any secrets / realms (Keycloak) and run tests.\n\nWhy combine both? The template feature handles repository creation \u0026 initial history isolation; the rename script performs systematic text/style replacements so you don't miss lingering `starter-app` variants. If you skip the script, manual edits are error‑prone (especially mixed case variants and service identifiers).\n\n### Option 3: Cookiecutter (Future)\n\nYou can evolve this into a Cookiecutter template for parameter prompts. A future `cookiecutter.json` might include: app_name, slug, docker_image, keycloak_realm, enable_redis, etc.\n\n### Verify No Leftover Names\n\nRun the rename integrity test (after the script has been applied and test added):\n\n```bash\npoetry run pytest -k rename_integrity -q\n```\n\nIf it fails, it lists files containing residual references.\n\n### Run with coverage\n\n```bash\npoetry run pytest --cov=. --cov-report=html\n```\n\n## 📦 Deployment\n\n### Production Checklist\n\n- [ ] Change `JWT_SECRET_KEY` to a strong random value\n- [ ] Set `DEBUG=False` in settings\n- [ ] Configure proper database (MongoDB/PostgreSQL)\n- [ ] Set up Keycloak for production OAuth/OIDC\n- [ ] Configure CORS for production domains\n- [ ] Set up proper logging and monitoring\n- [ ] Use environment-specific `.env` files\n\n### Docker Production Build\n\n```bash\ndocker build -t starter-app:latest .\ndocker run -p 8000:8000 starter-app:latest\n```\n\n## 🤝 Contributing\n\nThis project follows the Neuroglia Python Framework patterns. See the [development guide](https://bvandewe.github.io/pyneuro/guides/local-development/) for more information.\n\n## 📄 License\n\nLicensed under the Apache License, Version 2.0. See `LICENSE` for the full text.\n\nCopyright © 2025 Starter App Contributors.\n\nYou may not use this project except in compliance with the License. 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.\n\n---\n\nBuilt with ❤️ using [Neuroglia Python Framework](https://github.com/bvandewe/pyneuro)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvandewe%2Fstarter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbvandewe%2Fstarter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvandewe%2Fstarter-app/lists"}