{"id":22327954,"url":"https://github.com/duydang2311/altv-community-csharp-starter","last_synced_at":"2025-07-17T12:38:18.114Z","repository":{"id":230213432,"uuid":"778693516","full_name":"duydang2311/altv-community-csharp-starter","owner":"duydang2311","description":"Starter project template for alt:V C# featuring .NET generic host, Marten DB and Vertical Slice Architecture.","archived":false,"fork":false,"pushed_at":"2024-05-30T23:27:51.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-04T03:12:05.041Z","etag":null,"topics":["altv","csharp","dotnet","marten","vertical-slice-architecture"],"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/duydang2311.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":"2024-03-28T08:05:32.000Z","updated_at":"2024-10-01T10:00:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"1552b58f-09c9-4aed-b478-ba18c24527a7","html_url":"https://github.com/duydang2311/altv-community-csharp-starter","commit_stats":null,"previous_names":["duydang2311/altv-community-csharp-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duydang2311%2Faltv-community-csharp-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duydang2311%2Faltv-community-csharp-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duydang2311%2Faltv-community-csharp-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duydang2311%2Faltv-community-csharp-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duydang2311","download_url":"https://codeload.github.com/duydang2311/altv-community-csharp-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236483059,"owners_count":19155901,"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","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":["altv","csharp","dotnet","marten","vertical-slice-architecture"],"created_at":"2024-12-04T03:11:10.058Z","updated_at":"2025-01-31T08:13:54.906Z","avatar_url":"https://github.com/duydang2311.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starter project for alt:V C\\#\n\nThe starter project provides a simple setup of [.NET generic host](https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host), [Marten](https://martendb.io/) database, a project structure inspired by [Vertical Slice Architecture](https://www.jimmybogard.com/vertical-slice-architecture/) and some simple code examples.\n\n## Development\n\nThis project uses [just](https://github.com/casey/just) (a command runner) for running some frequently used commands. I created a [justfile](https://github.com/duydang2311/altv-community-csharp-starter/blob/main/justfile) with a set of default recipes.\n\n*But you don't have to use it. Feel free to use your favourite way to run commands/scripts.*\n\n### Download or update alt:V server files\n\nExecute `update` recipe using just:\n\n```bash\njust update\n```\n\n### Build\n\nExecute `build` recipe using just:\n\n```bash\njust build\n```\n\n### Publish\n\nExecute `publish` recipe using just. At this step, all output files will be copied to resources folder as configured in `.csproj` files.\n\n```bash\njust publish\n```\n\nThis recipe also receives rest parameters and pass it to `dotnet` command. If you wish to publish the project with Debug configuration, use this:\n\n```bash\njust publish -c Debug\n```\n\n### Run\n\nExecute `run` recipe using just:\n\n```bash\njust run\n```\n\n### Notes\n\nThere is a default recipe if you don't specify any recipe for just which will execute both `publish` and `run` recipes. If you want to run the project after publishing, then just type this in the shell:\n\n```bash\njust\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduydang2311%2Faltv-community-csharp-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduydang2311%2Faltv-community-csharp-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduydang2311%2Faltv-community-csharp-starter/lists"}