{"id":32495298,"url":"https://github.com/chamal1120/unixphile-learn","last_synced_at":"2026-05-08T07:34:04.719Z","repository":{"id":319859212,"uuid":"1078293599","full_name":"Chamal1120/unixphile-learn","owner":"Chamal1120","description":"Road to no-nonsense, Secure and Open Source LMS","archived":false,"fork":false,"pushed_at":"2025-11-01T03:41:52.000Z","size":829,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-01T05:26:38.820Z","etag":null,"topics":["blazor","csharp","dotnet","dotnet-core","ef-core","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chamal1120.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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-10-17T14:01:09.000Z","updated_at":"2025-11-01T03:41:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5a73f73-f171-4e60-9f84-0fdfbf139853","html_url":"https://github.com/Chamal1120/unixphile-learn","commit_stats":null,"previous_names":["chamal1120/unixphile-learn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chamal1120/unixphile-learn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Funixphile-learn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Funixphile-learn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Funixphile-learn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Funixphile-learn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chamal1120","download_url":"https://codeload.github.com/Chamal1120/unixphile-learn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Funixphile-learn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32771079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"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":["blazor","csharp","dotnet","dotnet-core","ef-core","tailwindcss"],"created_at":"2025-10-27T13:51:07.491Z","updated_at":"2026-05-08T07:34:04.697Z","avatar_url":"https://github.com/Chamal1120.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unixphile Learn\n\nA lightweight Learning Management System (LMS). The goal is to make it usable on low end hardware, modular, secure and a maintainable 100% csharp codebase. \n\n\u003e [!WARNING]\n\u003e This application is currently in early development.\n\n- A preview deployed on Azure App Services + Azure SQL can be viewed from [this link](https://unixphile-learn-cne3hjbbb7bnbwdg.canadacentral-01.azurewebsites.net) (uses F1 tier for now, so be patient).\n- Check [TODO](/TODO.md) for progress.\n\n## Stack\n- **Blazor Server with Minimal APIs**\n- **EF Core**\n- **Microsoft SQL Server**\n- **Auth0**\n- **TailwindCSS with daisyUI**\n\n## Getting Started\n\n### Prerequisites\n- [.NET 9.0 SDK](https://dotnet.microsoft.com/download)\n- Microsoft SQL Server\n- sqlcmd or SQL Server Management Studio (optional, for database inspection)\n- Dotnet ef CLI (use `dotnet tool install --global dotnet-ef`)\n- Node and npm (only for TailwindCSS generation)\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Chamal1120/unixphile-learn.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd unixphile-learn\n   ```\n3. Restore dependencies:\n   ```bash\n   dotnet restore \u0026\u0026 npm ci\n   ```\n4. Set up the database:\n   - Ensure your SQL Server instance is running and accessible.\n   - Update the connection string in `appsettings.Development.json` to point to your SQL Server instance.\n   - Apply migrations to create the database schema:\n     ```bash\n     dotnet ef database update\n     ```\n\n### Running the Application\n1. Build the project:\n   ```bash\n   dotnet build\n   ```\n2. Run the application with hot reloading:\n   ```bash\n   dotnet watch\n   ```\n3. Update TailwindCSS along with hot reloading (run in a seperate terminal):\n   ```bash\n   npm run dev watch:css\n   ```\n3. Navigate to the URL displayed in the terminal.\n\n## Deployment\nRefer [deployment guide](./deployment-guide.md).\n\n## License\nRefer [MIT License](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamal1120%2Funixphile-learn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchamal1120%2Funixphile-learn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamal1120%2Funixphile-learn/lists"}