{"id":28367344,"url":"https://github.com/chia1104/dotnet6-vite","last_synced_at":"2026-04-11T18:03:04.949Z","repository":{"id":50454139,"uuid":"519108439","full_name":"Chia1104/dotnet6-vite","owner":"Chia1104","description":"A simple game that player can equip items and see their stats.","archived":false,"fork":false,"pushed_at":"2023-12-15T02:44:57.000Z","size":8885,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T18:46:02.344Z","etag":null,"topics":["csharp","docker","dotnet6","postgresql","railway","react","typescript","vite"],"latest_commit_sha":null,"homepage":"https://dotnet6-vite-production.up.railway.app/","language":"TypeScript","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/Chia1104.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}},"created_at":"2022-07-29T06:40:18.000Z","updated_at":"2025-01-08T12:56:27.000Z","dependencies_parsed_at":"2023-12-15T03:51:12.683Z","dependency_job_id":null,"html_url":"https://github.com/Chia1104/dotnet6-vite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chia1104/dotnet6-vite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chia1104%2Fdotnet6-vite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chia1104%2Fdotnet6-vite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chia1104%2Fdotnet6-vite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chia1104%2Fdotnet6-vite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chia1104","download_url":"https://codeload.github.com/Chia1104/dotnet6-vite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chia1104%2Fdotnet6-vite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31689762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["csharp","docker","dotnet6","postgresql","railway","react","typescript","vite"],"created_at":"2025-05-29T01:09:27.081Z","updated_at":"2026-04-11T18:03:04.944Z","avatar_url":"https://github.com/Chia1104.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿#  Dotnet 6 and React with Vite Practice\n\nThis is a practice project for [.Net Core](https://dotnet.microsoft.com/) and [React](https://reactjs.org/).\n\nA simple game that player can equip items and see their stats.\n\n### Deployments\n\n-   [Railway](https://dotnet6-vite-production.up.railway.app/)\n\n## Language and Tools\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://skillicons.dev/icons?i=ts,cs,vite,react,dotnet,postgres,docker\" /\u003e\n\u003c/div\u003e\n\n## Features\n\n - [x] React with Vite\n - [x] Authentication([JWT](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer/7.0.0-preview.6.22330.3))\n - [x] Dockerized\n\n## Get Started\n\nInstall dependencies\n\n```bash\n# server\n$ cd dotnet6-vite\n$ dotnet restore\n\n# client\n$ cd dotnet6-vite\\Client\n$ pnpm install \n```\n\nGenerate the `.env` file and add your DB connection string.\n\n```bash\n# server\n$ cd dotnet6-vite\n$ cp .env.example .env\n```\n\nThe .NET Entity Framework Core tools (dotnet ef) are used to generate EF Core migrations, to install the EF Core tools globally.\n\n```bash\n$ dotnet tool install -g dotnet-ef\n```\n\nRun the following command from the project root folder to install the EF Core design package, it provides cross-platform command line tooling support and is used to generate EF Core migrations.\n\n```bash\n# server\n$ cd dotnet6-vite\n$ dotnet ef migrations add InitialCreate\n$ dotnet ef database update\n```\n\nGenerate https certificate before running the app.\n\n```bash\n# client\n$ cd dotnet6-vite\\Client\n$ pnpm prestart\n```\n\nRun the app.\n\n```bash\n# server\n$ cd dotnet6-vite\n$ dotnet run watch\n```\n\nBuild the docker image in the root of the project folder\n\n```bash\n$ docker build -t app:test .\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchia1104%2Fdotnet6-vite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchia1104%2Fdotnet6-vite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchia1104%2Fdotnet6-vite/lists"}