{"id":17549910,"url":"https://github.com/jingyenloh/netcorevue","last_synced_at":"2026-04-30T15:33:12.040Z","repository":{"id":81974132,"uuid":"105915459","full_name":"JingYenLoh/NetCoreVue","owner":"JingYenLoh","description":"Code for my Web Applications Development module assignment","archived":false,"fork":false,"pushed_at":"2018-05-25T19:27:09.000Z","size":776,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T23:41:55.423Z","etag":null,"topics":["asp-net-core","mvc","spa","vue"],"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/JingYenLoh.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}},"created_at":"2017-10-05T16:46:08.000Z","updated_at":"2018-05-25T19:27:11.000Z","dependencies_parsed_at":"2023-03-11T06:31:02.340Z","dependency_job_id":null,"html_url":"https://github.com/JingYenLoh/NetCoreVue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JingYenLoh/NetCoreVue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingYenLoh%2FNetCoreVue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingYenLoh%2FNetCoreVue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingYenLoh%2FNetCoreVue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingYenLoh%2FNetCoreVue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JingYenLoh","download_url":"https://codeload.github.com/JingYenLoh/NetCoreVue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingYenLoh%2FNetCoreVue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["asp-net-core","mvc","spa","vue"],"created_at":"2024-10-21T03:45:15.148Z","updated_at":"2026-04-30T15:33:12.025Z","avatar_url":"https://github.com/JingYenLoh.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ST0257: Web Applications Development\nThe following repository contains the code I submitted for my Web Applications\nDevelopment module. The project is a Timesheet Management system for a fictional\ndance studio. I built the admin dashboard using Vue.js.\n\n## Requirements\n+ .NET Core SDK 2.0+\n+ SQL Server\n+ Node.js (developed on v8.4.x, although earlier/later versions should work. Let\n  me know!)\n\n## Instructions for Ah Tan (and whoever he tells to clone this 😛)\n\n1. Clone the repository.\n```sh\n$ git clone https://github.com/JingYenLoh/NetCoreVue.git\n```\n\n2. Configure your connection strings in `appsettings.json`. It should not be\n   necessary to modify `ApplicationDbContext.cs`.\n3. Run the following commands to restore packages:\n```sh\n# Restore .NET packages\n$ dotnet restore\n\n# Restore node_modules using npm\n$ npm install\n\n# OR, if you prefer yarn over npm\n$ yarn\n```\n\nNote that windows users may experience an issue with the `node-sass` version. If\nso, run `npm upgrade node-sass`.\n\n4. Run the following commands to setup and start the dev server.\n```sh\n$ npm run install # OR yarn run install\n$ npm run build   # OR yarn run build\n$ npm run dev     # OR yarn run dev\n```\n\n5. Go to `localhost:5000`. The app should be up and running.\n\n## Issues\nApparently the `UserInfo` isn't getting seeded properly. I'll need to\ninvestigate into this, but feel free to file an issue with the details to\nmotivate my lazy bum to fix this.\n\n**[Solved]**\nSince `UserInfo` is a table that is manually created, it is not handled by ASP.NET Core by default, the table have to be seeded just like any other tables. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingyenloh%2Fnetcorevue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjingyenloh%2Fnetcorevue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingyenloh%2Fnetcorevue/lists"}