{"id":19482634,"url":"https://github.com/chiomasarah/democredit","last_synced_at":"2026-04-30T02:38:40.637Z","repository":{"id":216637758,"uuid":"741854386","full_name":"ChiomaSarah/DemoCredit","owner":"ChiomaSarah","description":"A Minimum Viable Payment wallet that handles basic transaction.","archived":false,"fork":false,"pushed_at":"2024-01-14T20:51:04.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T14:21:40.429Z","etag":null,"topics":["data-seeding","db-migration","knexjs","mysql2","node-js"],"latest_commit_sha":null,"homepage":"https://democredit.up.railway.app/","language":"TypeScript","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/ChiomaSarah.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-01-11T08:50:43.000Z","updated_at":"2024-01-24T12:46:52.000Z","dependencies_parsed_at":"2024-11-10T20:21:43.641Z","dependency_job_id":null,"html_url":"https://github.com/ChiomaSarah/DemoCredit","commit_stats":null,"previous_names":["chiomasarah/democredit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChiomaSarah/DemoCredit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiomaSarah%2FDemoCredit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiomaSarah%2FDemoCredit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiomaSarah%2FDemoCredit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiomaSarah%2FDemoCredit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChiomaSarah","download_url":"https://codeload.github.com/ChiomaSarah/DemoCredit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiomaSarah%2FDemoCredit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32452744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["data-seeding","db-migration","knexjs","mysql2","node-js"],"created_at":"2024-11-10T20:11:32.170Z","updated_at":"2026-04-30T02:38:40.612Z","avatar_url":"https://github.com/ChiomaSarah.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo Credit\n\nAn MVP (Minimum viable product) wallet service where a user can create, fund, withdraw, and transfer funds to another user’s account.\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Features](#features)\n3. [Requirements](#requirements)\n4. [Getting Started](#getting-started)\n   - [Installation](#installation)\n   - [Configuration](#configuration)\n   - [Running the Project](#running-the-project)\n5. [Usage](#usage)\n6. [API Documentation](#api-documentation)\n7. [Contributing](#contributing)\n8. [License](#license)\n\n## Introduction\n\nDemo Credit is a Minimum viable product wallet service where a user can create, fund, withdraw, and transfer funds to another user’s account.\nIt is built on Node and Express while persisting data with MySQL through Knex ORM.\n\n## Features\n\n- Account creation\n- Account funding\n- Fund transfer\n- Fund withdrawal\n\n## Requirements\n\nList any prerequisites or dependencies needed to run your project.\n\n- Node.js (LTS)\n- Express\n- TypeScript\n- MySQL (version 8)\n- Knex ORM\n- JWT\n\n## Getting Started\n\nFollow these steps to get started.\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/ChiomaSarah/DemoCredit\n\n# Navigate to the project directory\n\n# Install dependencies\nnpm install\n```\n\n### Start Application\n\n```bash\n# restart dev server with nodemon\nnpm start\n\n# build typescript\nnpm run build\n\n```\n\n## Database Migration\n\n### Run Migrations\n\n```bash\n# Run pending migrations\nnpx knex migrate:latest\n\n```\n\n### Run seed files\n\n```bash\nnpx knex seed:run\n\n```\n\n### Endpoints\n\n- createUser: http://localhost:7000/api/register\n- userLogin: http://localhost:7000/api/login\n- fundWallet: http://localhost:7000/api/fund-wallet\n- transferFund: http://localhost:7000/api/transfer\n- withdrawFund: http://localhost:7000/api/withdraw\n- transactionHistory: http://localhost:7000/api/transactions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiomasarah%2Fdemocredit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchiomasarah%2Fdemocredit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiomasarah%2Fdemocredit/lists"}