{"id":16990052,"url":"https://github.com/kurnakovv/jiraf-goal","last_synced_at":"2025-09-18T13:09:32.693Z","repository":{"id":37046326,"uuid":"474291176","full_name":"kurnakovv/jiraF-goal","owner":"kurnakovv","description":"Goal microservice of jiraF application","archived":false,"fork":false,"pushed_at":"2024-04-08T04:58:08.000Z","size":783,"stargazers_count":3,"open_issues_count":17,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-08T05:39:45.344Z","etag":null,"topics":["csharp","dotnet","microservices","microservices-architecture"],"latest_commit_sha":null,"homepage":"https://jiraf-goal.onrender.com/","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/kurnakovv.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}},"created_at":"2022-03-26T08:47:30.000Z","updated_at":"2024-04-15T06:28:13.042Z","dependencies_parsed_at":"2024-01-23T06:24:23.594Z","dependency_job_id":"eb5fd11d-3e7c-401c-a515-c822838da07b","html_url":"https://github.com/kurnakovv/jiraF-goal","commit_stats":null,"previous_names":["kurnakovv/jiraf-goal"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurnakovv%2FjiraF-goal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurnakovv%2FjiraF-goal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurnakovv%2FjiraF-goal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurnakovv%2FjiraF-goal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kurnakovv","download_url":"https://codeload.github.com/kurnakovv/jiraF-goal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244315071,"owners_count":20433230,"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":["csharp","dotnet","microservices","microservices-architecture"],"created_at":"2024-10-14T03:08:51.057Z","updated_at":"2025-09-18T13:09:27.409Z","avatar_url":"https://github.com/kurnakovv.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Main repo](https://img.shields.io/static/v1?label=\u0026message=MainRepo\u0026color=orange)](https://github.com/KurnakovMaksim/jiraF/)\n[![Hits-of-Code](https://hitsofcode.com/github/KurnakovMaksim/jiraF-goal?branch=main)](https://hitsofcode.com/github/KurnakovMaksim/jiraF-goal/view?branch=main)\n[![Render](https://img.shields.io/static/v1?label=\u0026message=Render\u0026color=grey\u0026logo=render)](https://jiraf-goal.onrender.com/ping)\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=KurnakovMaksim_jiraF\u0026metric=code_smells)](https://sonarcloud.io/summary/new_code?id=KurnakovMaksim_jiraF)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=KurnakovMaksim_jiraF\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=KurnakovMaksim_jiraF)\n[![CodeQL](https://github.com/KurnakovMaksim/jiraF-goal/workflows/CodeQL/badge.svg)](https://github.com/KurnakovMaksim/jiraF-goal/actions?query=workflow%3ACodeQL)\n[![Codecov](https://codecov.io/gh/KurnakovMaksim/jiraF/branch/main/graph/badge.svg)](https://codecov.io/gh/KurnakovMaksim/jiraF)\n\n# Goal\nMicroservice with goals logic.\n\n# How to start\n* Setup ApiKey\n``` ps\ndotnet user-secrets set \"GoalApiKey\" \"yourApiKey\" --project \".\\Goal\\src\\jiraF.Goal.API\\\"\n```\n* Start project\n``` ps\ndotnet run --property:Configuration=Release --project .\\Goal\\src\\jiraF.Goal.API\\\n```\nProject reference\nhttps://localhost:7079/swagger/index.html\n\n# How to setup db (not required)\n* Install [postgreSQL](https://www.postgresql.org/) \n* Use this [script](./Goal/db.sql)\n* Configure connection string\n``` ps\ndotnet user-secrets set \"DefaultConnection\" \"Server=localhost;Port=5432;Database=jiraf_goal;User Id=postgres;Password=yourPassword;\" --project \".\\Goal\\src\\jiraF.Goal.API\\\"\n```\n* Edit program file from\n``` cs\nbuilder.Services.AddDbContext\u003cAppDbContext\u003e(options =\u003e\n{\n    options.UseInMemoryDatabase(TestVariables.IsWorkNow\n        ? Guid.NewGuid().ToString()\n        : \"TestData\");\n    //options.UseNpgsql(builder.Configuration.GetConnectionString(\"DefaultConnection\"));\n});\n```\nto\n``` cs\nbuilder.Services.AddDbContext\u003cAppDbContext\u003e(options =\u003e\n{\n    // options.UseInMemoryDatabase(TestVariables.IsWorkNow\n    //     ? Guid.NewGuid().ToString()\n    //     : \"TestData\");\n    options.UseNpgsql(builder.Configuration.GetConnectionString(\"DefaultConnection\"));\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurnakovv%2Fjiraf-goal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurnakovv%2Fjiraf-goal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurnakovv%2Fjiraf-goal/lists"}