{"id":26979869,"url":"https://github.com/smmaks004/localeducationcrud-webapp","last_synced_at":"2026-04-29T21:32:49.591Z","repository":{"id":280015449,"uuid":"934964364","full_name":"smmaks004/LocalEducationCRUD-WebApp","owner":"smmaks004","description":"Small project on ASP.NET CORE with CRUD functionality","archived":false,"fork":false,"pushed_at":"2025-02-28T18:30:40.000Z","size":22391,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T14:19:25.175Z","etag":null,"topics":["asp-net-core","crud","csharp","css","database","html","javascript","nuget-packages","transact-sql"],"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/smmaks004.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":"2025-02-18T17:25:41.000Z","updated_at":"2025-02-28T18:30:43.000Z","dependencies_parsed_at":"2025-02-28T22:43:52.680Z","dependency_job_id":null,"html_url":"https://github.com/smmaks004/LocalEducationCRUD-WebApp","commit_stats":null,"previous_names":["smmaks004/localeducationcrud-webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smmaks004/LocalEducationCRUD-WebApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmaks004%2FLocalEducationCRUD-WebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmaks004%2FLocalEducationCRUD-WebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmaks004%2FLocalEducationCRUD-WebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmaks004%2FLocalEducationCRUD-WebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smmaks004","download_url":"https://codeload.github.com/smmaks004/LocalEducationCRUD-WebApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmaks004%2FLocalEducationCRUD-WebApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32445114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["asp-net-core","crud","csharp","css","database","html","javascript","nuget-packages","transact-sql"],"created_at":"2025-04-03T14:19:31.269Z","updated_at":"2026-04-29T21:32:49.573Z","avatar_url":"https://github.com/smmaks004.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About project\nLocal-Education-CRUD is my small project, a web application using a local database to manage student, teacher, course, assignment and submission data in a local database. It supports CRUD operations.\n\n\n# Project Setup\nI wrote all the code and ran the local database through the **Visual Studio 2022** application, so further explanations will rely on that application.\n\n1. Install the list of required [`NuGet packages`](#Used-NuGet-Packages)\n2. Create the database   \n   2.1 If you want, you can fill the database with data from the [file](DatabaseQuery.sql) I have attached.   \n   2.2  If you need to drop the entire table in future, here it is   \n   ```\n    DROP TABLE Submission\n    DROP TABLE Assignment\n    DROP TABLE Course\n    DROP TABLE Student\n    DROP TABLE Teacher\n   ```\n4. Go to the `appsettings.json` file and insert your local database ConnectionString to the **\"MyConn\"** field\n\n\n\n## Used NuGet Packages\nFor this project, I used the following NuGet extensions:\n1. **Required Packages**    \n    1.1. Microsoft.EntityFrameworkCore.SqlServer    \n    1.2. Microsoft.EntityFrameworkCore.Tools    \n    1.3. Microsoft.AspNetCore.Identity.EntityFrameworkCore\n2. **Optional but Useful Packages**    \n    2.1. Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore    \n    2.2. Microsoft.AspNetCore.Identity.UI    \n    2.3. Microsoft.VisualStudio.Web.CodeGeneration.Design\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmmaks004%2Flocaleducationcrud-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmmaks004%2Flocaleducationcrud-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmmaks004%2Flocaleducationcrud-webapp/lists"}