{"id":31190593,"url":"https://github.com/victorvhn/project-k","last_synced_at":"2026-04-02T02:51:13.074Z","repository":{"id":224397874,"uuid":"762286599","full_name":"Victorvhn/project-k","owner":"Victorvhn","description":"Project K is a comprehensive financial management system designed to streamline and optimize your financial processes.","archived":false,"fork":false,"pushed_at":"2025-01-31T02:04:47.000Z","size":4946,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-01-31T02:33:55.235Z","etag":null,"topics":["dotnet","finance","heroku","nextjs","postgres","vercel"],"latest_commit_sha":null,"homepage":"https://project-k.tech","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/Victorvhn.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,"publiccode":null,"codemeta":null}},"created_at":"2024-02-23T13:16:37.000Z","updated_at":"2025-01-31T01:48:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"6781c9f8-1dc2-4fcb-8faf-5d933b35ddd9","html_url":"https://github.com/Victorvhn/project-k","commit_stats":null,"previous_names":["victorvhn/project-k"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Victorvhn/project-k","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorvhn%2Fproject-k","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorvhn%2Fproject-k/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorvhn%2Fproject-k/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorvhn%2Fproject-k/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Victorvhn","download_url":"https://codeload.github.com/Victorvhn/project-k/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorvhn%2Fproject-k/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276006679,"owners_count":25569023,"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","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dotnet","finance","heroku","nextjs","postgres","vercel"],"created_at":"2025-09-19T21:52:11.237Z","updated_at":"2025-09-19T21:52:18.865Z","avatar_url":"https://github.com/Victorvhn.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project K - Financial Management System\n\nThis documentation is a work in progress.\n\n## Overview\n\nProject K is a comprehensive financial management system designed to help individuals and businesses effectively manage their finances. This repository contains the source code for Project K, providing a powerful and customizable solution for various financial needs.\n\n## Pre-requisites\n\nBefore you begin with Project K, make sure you have the following prerequisites installed and configured:\n\n- Node.js: The APP is built using `Node.js`. Download and install it from [Node.js](https://nodejs.org/).\n- Package Manager (pnpm): Ensure you have `pnpm` installed. Install it using `npm` with `npm install -g @pnpm/exe`.\n- Database (postgres): The API relies on a database for data storage. Install and set up a compatible database. Download and install it from [Postgres](https://www.postgresql.org/download/).\n- OAuth keys: Create keys at [GitHub Developer Settings](https://github.com/settings/developers) and [Google Cloud Console](https://console.cloud.google.com/apis/credentials).\n- .NET Core: The API is built using .NET Core 8. Download and install it from [.NET Core](https://dotnet.microsoft.com/download).\n- Seq (optional): Configure Seq for a custom dashboard for logs. Download it from [Seq](https://datalust.co/download).\n\n## Features\n\n- **Expense Tracking:** Easily record and categorize your expenses to gain insights into your spending habits.\n- **Budget Management:** Set and track budgets to ensure better financial planning and control.\n- **Income Management:** Log and monitor your sources of income for a complete financial overview.\n\n## Getting Started\n\nTo get started with Project K's API, follow these steps:\n\n1. **Clone the Repository:**\n```bash\ngit clone https://github.com/Victorvhn/project-k.git\n```\n\n### API\n\n1. **Configure appsettings.json**\n   \nConfigure the appsettings.json file (Adapters/Driving/Apis/ProjectK.Api), including Database, Seq, Authentication keys, etc.\n\nMake sure to review and customize the configuration files according to your environment.\n\n2. **Install dependencies**\n```bash\ncd project-k/api \u0026\u0026 dotnet restore Adapters/Driving/Apis/ProjectK.Api/ProjectK.Api.csproj\n```\n\n3. **Start the API**\n```bash\ndotnet run --project Adapters/Driving/Apis/ProjectK.Api/ProjectK.Api.csproj\n```\n\n### APP\n\n1. **Configure .env**\n   \nConfigure the .env file, including API Url, Authentication provider keys, Authentication [Docs](https://authjs.dev/getting-started/providers/oauth-tutorial), etc.\n\nMake sure to review and customize the configuration files according to your environment.\n\n2. **Install dependencies**\n```bash\ncd project-k/app \u0026\u0026 pnpm install\n```\n\n3. **Start the APP**\n```bash\npnpm dev\n```\n\n## Links\n[Staging Swagger](https://staging-api.project-k.tech/swagger/index.html)\n\n[Staging APP](https://staging-app.project-k.tech)\n\n\n[Production APP](https://www.project-k.tech)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorvhn%2Fproject-k","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorvhn%2Fproject-k","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorvhn%2Fproject-k/lists"}