{"id":21206997,"url":"https://github.com/paralect/dotnet-api-starter","last_synced_at":"2025-07-10T08:33:29.288Z","repository":{"id":41955126,"uuid":"131827856","full_name":"paralect/dotnet-api-starter","owner":"paralect","description":"Starter Kit for bootstrapping ASP.NET Web API based restful applications development","archived":false,"fork":false,"pushed_at":"2023-09-11T09:46:42.000Z","size":520,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-13T22:13:31.087Z","etag":null,"topics":["asp-net-mvc","csharp","dotnet","starter","starter-kit"],"latest_commit_sha":null,"homepage":"https://github.com/paralect/dotnet-api-starter","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/paralect.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}},"created_at":"2018-05-02T09:23:12.000Z","updated_at":"2023-01-30T21:01:38.000Z","dependencies_parsed_at":"2022-08-12T00:31:18.026Z","dependency_job_id":null,"html_url":"https://github.com/paralect/dotnet-api-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Fdotnet-api-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Fdotnet-api-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Fdotnet-api-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Fdotnet-api-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paralect","download_url":"https://codeload.github.com/paralect/dotnet-api-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225629837,"owners_count":17499295,"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":["asp-net-mvc","csharp","dotnet","starter","starter-kit"],"created_at":"2024-11-20T20:57:26.458Z","updated_at":"2024-11-20T20:57:27.093Z","avatar_url":"https://github.com/paralect.png","language":"C#","readme":"# This repository is no longer maintained\n\n# .NET Product Development Roadmap\n\nThis repository is a central repository for Paralect .NET technological movement. .NET is a huge part of the Paralect history. In fact, for the first 5 years of the company .NET was a primary technology for most of the projects. We love technology and beleive it suits very well for what we do: product engineering.\n\nWhenever Paralect starts new product development it has few strategical advantages. Our primary focus is to help to client be successful, therefore we focus feature development from a first day to make sure business has every feature it needs to grow. Growth results into successful product. Successful products allow us to become better engineers and do what we love. \n\n Feel free to share your ideas using [issues](https://github.com/paralect/dotnet-api-starter/issues/new).\n\n## Our goals\n\n1. We can efficiently start new products development. Our ideal time target of `environment configuration` task is 4 hours.\n2. We want to reuse a lot of existing work from Node.JS based projects and keep .NET only as business logic heart of the application.\n\n### Environment configuration tasks\n\nThis is list of the environment configuration work we do quickly during the first day for any new client:\n\n- Repository setup\n- Project architecture setup. Here we should already propose how we work with database, how we exchange data between client and server, how we transmit validation errors. The point here is to do as much routine work upfront as possible, so we can be more efficient during product development.\n- SPA architecture setup\n- Continous Integration pipeline\n- Deployment automation\n- Servers setup for staging environment\n\n### Things we can reuse from Node.JS products\n\nOur initial idea is to reuse everything except REST api. Things we use for Node.js products described very well in [Ship repository](https://github.com/paralect/ship)\n\n1. [Landing site](https://github.com/paralect/nextjs-landing-starter)\n2. [React.JS SPA](https://github.com/paralect/koa-react-starter) (and simple Node.JS server to server index.html file and static assets)\n3. [Deployment automation](https://github.com/paralect/ship/tree/master/deploy/app) with Docker \u0026 Ansible. \n4. [CI automation](https://github.com/paralect/ship/tree/master/deploy/drone-ci) using Drone CI (we might use other CI if this won't work)\n5. [.NET project srtart via single command](https://github.com/paralect/docker-compose-starter). We plan to use self-hosted API service to being able to run it within Docker. \n\n## How to set it up\n\nIn order to make Paralct.Ship work with this API server on Windows some changes in files are needed to be made.\n\n1. docker-compose.yml:\n\t- Add named volume \"mongodata\" (This will allow to save data even if container is removed)\n\t- For mongo service replace \"- /var/run/docker.sock:/var/run/docker.sock\" with \"- mongodata:/data/db\" (The path /var/run/docker.sock does not exist on Windows)\n\t- Remove api service entirely (.Net API server starts separately)\n\t- Add mongodata volume declaration like \"db-data\" volume here:\n\thttps://docs.docker.com/compose/compose-file/#endpoint_mode\n\n2. web/src/server/config/environment/development.js:\n\t- Change jwt secret setting to \"jwt_secret128bits\" (in .Net it needs to be more than 127 bist long)\n\n\nTo run API service inside docker container api/src/docker-compose.yml file is used. To run the rest of services top level docker-compose.yml file is used. So to run Ship you'll have to run \"docker-compose up\" twice.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalect%2Fdotnet-api-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparalect%2Fdotnet-api-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalect%2Fdotnet-api-starter/lists"}