{"id":24909897,"url":"https://github.com/alintya/edu-trail","last_synced_at":"2026-04-18T00:32:00.730Z","repository":{"id":275220463,"uuid":"894044874","full_name":"Alintya/edu-trail","owner":"Alintya","description":"web app for structured learning","archived":false,"fork":false,"pushed_at":"2025-01-31T22:59:11.000Z","size":535,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-14T07:18:12.782Z","etag":null,"topics":["blazor","clean-architecture","education"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Alintya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2024-11-25T16:48:05.000Z","updated_at":"2025-02-04T10:40:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"1016acf8-7700-44b7-a527-55c03099763a","html_url":"https://github.com/Alintya/edu-trail","commit_stats":null,"previous_names":["alintya/edu-trail"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Alintya/edu-trail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alintya%2Fedu-trail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alintya%2Fedu-trail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alintya%2Fedu-trail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alintya%2Fedu-trail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alintya","download_url":"https://codeload.github.com/Alintya/edu-trail/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alintya%2Fedu-trail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018217,"owners_count":26086303,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blazor","clean-architecture","education"],"created_at":"2025-02-02T03:27:24.392Z","updated_at":"2025-10-14T07:18:16.201Z","avatar_url":"https://github.com/Alintya.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EduTrail\n\nEduTrail is a Blazor web application designed to create and manage configurable learning trails for students. It provides teachers with tools to monitor progress, manage assignments, and attach materials for enhanced learning experiences.\n\n---\n\n## Overview\n\n## ✅ Features\n\n### For Students\n\n- **Learning Trails:** Structured, easy-to-follow learning paths with rich content, such as documents, videos, and links\n- **Progress Tracking:** Monitor individual progress through trail modules and assignments\n- **Assignment Submission:** Upload assignments directly for teacher review and feedback\n\n### For Teachers\n\n- **Class Management:** Organize students into classes and assign tailored learning trails\n- **Progress Monitoring:** View the progress of individual students and entire classes\n- **Assignment Management:** Create, assign, and review student submissions with detailed feedback\n- **Content Uploads:** Attach materials like videos, documents, and links to learning modules\n\n---\n\n## 🖼️ Screenshots\n\n### Trail\n\n![Trail](trail.png)\n\n### Assignment Content\n\n![Assignment Content](assignment_content.jpg)\n\n---\n\n## ✒️ Usage\n\n### For Teachers\n\n1. **Create Classes:** Add classes and assign students\n2. **Design Learning Trails:** Define learning trails with modules and attach materials\n3. **Monitor Progress:** View reports on student performance and completion rates\n\n### For Students\n\n1. **Access Trails:** View assigned learning trails and start tasks\n2. **Track Progress:** Use the dashboard to keep track of completed trails and assignments\n3. **Submit Assignments:** Upload your work through the portal\n\n## 🚀 Quick Start\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Alintya/edu-trail.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd edu-trail\n   ```\n\n3. Set default admin account credentials in `docker-compose.yml`\n\n   ```docker-compose\n   environment:\n      - EDUTRAIL_DefaultAdminUser__Email=admin@example.com\n      - EDUTRAIL_DefaultAdminUser__Password=MyAdminPassword123!\n   ```\n\n4. (Recommended) Adjust database user credentials\n\n5. Run\n\n   ```bash\n   docker compose up -d\n   ```\n\n---\n\n## 👨‍💻 Development and Contributing\n\n### Prerequisites\n\n- .NET 9.0 (for UUIDv7)\n- Visual Studio 2022 or any IDE with .NET support\n- PostgreSQL Server or Docker (compose)\n- Preferably dotnet-ef for migration management (`dotnet tool install --global dotnet-ef`)\n\n### Setup\n\n#### Visual Studio\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Alintya/edu-trail.git\n   ```\n\n2. Open `EduTrail.sln` and run the docker-compose project\n\n#### Other like Visual Studio *Code*\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Alintya/edu-trail.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd edu-trail\n   ```\n\n3. Run database\n\n   a. Either standalone or using `docker compose up edutrail.db -d`\n\n   b. (if standalone db) Modify the database connection in `src/EduTrail.WebUI/appsettings.Development.json` where necessary:\n\n      ```json\n      \"ConnectionStrings\": {\n         \"DefaultConnection\": \"Server=localhost;Port=5432;Database=edutrail;User Id=myUsername;Password=myPassword;\"\n      }\n      ```\n\n   c. (Optional) Apply migrations manually:\n\n      ```bash\n      dotnet ef database update -p src/EduTrail.Infrastructure -s src/EduTrail.WebUI\n      ```\n\n4. Run the application (or `dotnet watch` to hot-reload):\n\n   ```bash\n   dotnet run --project src/EduTrail.WebUI\n   ```\n\n## Built With\n\n- Asp.Net\n\n- EF Core\n\n- Blazor\n\n- Docker\n\n### Architecture\n\nEduTrail tries to follow Clean Architecture principles:\n\n- **Domain Layer:** Core business logic and entities (e.g., `LearningTrail`, `TrailModule`)\n- **Application Layer:** Service interfaces, validation, and mapping\n- **Infrastructure Layer:** Data access with EF Core, repositories, and external integrations\n- **Presentation Layer:** Startup project with Blazor components for the UI\n\n---\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository\n2. Create a new branch for your feature/fix\n3. Submit a pull request with a clear description of your changes\n\nFor additional info, see [Contributing](CONTRIBUTING.md)\n\n---\n\n## 📄 License\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falintya%2Fedu-trail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falintya%2Fedu-trail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falintya%2Fedu-trail/lists"}