{"id":47076373,"url":"https://github.com/codurance/sherpa","last_synced_at":"2026-03-12T06:43:09.282Z","repository":{"id":154174805,"uuid":"622877774","full_name":"codurance/sherpa","owner":"codurance","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-19T10:01:08.000Z","size":2481,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-07-19T11:03:01.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/codurance.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":"2023-04-03T08:45:28.000Z","updated_at":"2024-07-18T14:34:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"20f8c472-aae8-467c-a94a-d0595f979f99","html_url":"https://github.com/codurance/sherpa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codurance/sherpa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codurance%2Fsherpa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codurance%2Fsherpa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codurance%2Fsherpa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codurance%2Fsherpa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codurance","download_url":"https://codeload.github.com/codurance/sherpa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codurance%2Fsherpa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30417613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T06:40:58.731Z","status":"ssl_error","status_checked_at":"2026-03-12T06:40:40.296Z","response_time":114,"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":[],"created_at":"2026-03-12T06:43:08.349Z","updated_at":"2026-03-12T06:43:09.276Z","avatar_url":"https://github.com/codurance.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sherpa\n\n## Important ⚠️\n\nThis README.md is just a quick reference, but if you are onboarding, take a look at the [onboarding documentation](https://codurance.atlassian.net/wiki/spaces/RD/pages/754515969/Technical+Onboarding) to set up the project properly.\n\n## Requirements 🗻\n\n- .NET 6.0\n- Docker\n  - Used for running test containers while testing\n  - Also used for running MongoDB [locally for dev environment](#running-local-db).\n- Node.js LTS\n  - Used for running the TailwindCSS compiler.\n\n## .NET dependencies\n\nAfter opening the project, install all needed dependencies (IDE should do it by itself*).\n\n*If not, run the following command:\n```bash\ndotnet restore\n```\n\n## Important Authentication Related Notes!\n- As Blazor 6 is outdated and we don't expect patching comming from the DotNet team, we've had to patch the Blazor Authentication library to support Cognito, you can see that in `index.html` we've switched the default `Authentication.js` file for the patched one, present in our js folder. To see the patches, look for `//PATCH: ...` in the code. Brief summary of the patches\n  - Disable silent login using Iframe, as Cognito doesn't support it and Blazor will wait for **10 SECONDS** before trying the redirect login\n  - Tweak the logout params as Blazor was not using the previous fix on `Authentication.razor` file and using the default parameters instead, being those not supported by Cognito.\n\n## To run 🚀\nExecute the project\n```bash\ncd SherpaBackend \u0026\u0026 dotnet run\n``` \nor in watch mode\n```bash\ncd SherpaBackend \u0026\u0026 dotnet watch\n```\n\n### \u003cp id=\"running-local-db\"\u003eWorking with local database\u003c/p\u003e\n\nYou can use the following command:\n  ```bash\n  docker run --name mongo -p 27017:27017 -d mongodb/mongodb-community-server:latest\n  ```\n\nFor this DB, the connection string would be: `mongodb://localhost:27017/`\n\n## To test 🧪\n\nRun the following command:\n```bash\ndotnet test\n```\n\n### Note\n\nWhile executing the SherpaBackend tests some docker containers will open and close. This is normal, check (https://dotnet.testcontainers.org/) for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodurance%2Fsherpa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodurance%2Fsherpa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodurance%2Fsherpa/lists"}