{"id":27326497,"url":"https://github.com/afk247/invoice-dashboard-server","last_synced_at":"2025-07-31T08:08:49.315Z","repository":{"id":287318861,"uuid":"963911420","full_name":"AFK247/invoice-dashboard-server","owner":"AFK247","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-11T14:45:41.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T11:50:30.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://invoice-dashboard-server.vercel.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/AFK247.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,"zenodo":null}},"created_at":"2025-04-10T11:59:48.000Z","updated_at":"2025-04-11T14:45:45.000Z","dependencies_parsed_at":"2025-04-11T05:23:52.542Z","dependency_job_id":"e1a406f3-c0c4-4803-a2d4-0bea50872bad","html_url":"https://github.com/AFK247/invoice-dashboard-server","commit_stats":null,"previous_names":["afk247/invoice-dashboard-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AFK247/invoice-dashboard-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFK247%2Finvoice-dashboard-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFK247%2Finvoice-dashboard-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFK247%2Finvoice-dashboard-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFK247%2Finvoice-dashboard-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AFK247","download_url":"https://codeload.github.com/AFK247/invoice-dashboard-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFK247%2Finvoice-dashboard-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268010103,"owners_count":24180459,"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-07-31T02:00:08.723Z","response_time":66,"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":[],"created_at":"2025-04-12T11:42:16.045Z","updated_at":"2025-07-31T08:08:49.285Z","avatar_url":"https://github.com/AFK247.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node JS Project Setup\n\nThis guide will help you get started with running this Node js project locally.\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/AFK247/invoice-dashboard-server\ncd invoice-dashboard-server\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n```\n\n## Environment Variables\n\nCreate a `.env` file in the root directory and add your environment variables:\n\n```plaintext\nPORT=5000\nDB_HOST=localhost\nDB_USER=root\nDB_PASSWORD=your_db_password\nDB_NAME=your_db_name\nDB_PORT=3306\n\n```\n\n## Database Setup\n\nAfter setting up the environment variables, execute the MySQL schema to initialize the database table for operation. Use the provided `invoice.sql` file in this repository.\n\n## Running the Project\n\n### Development Mode\n\nTo run the project in development mode with hot-reload:\n\n```bash\nnpm start\n```\n\nThe application will be available at `http://localhost:5000`\n\n### Production Build\n\nTo create a production build:\n\n```bash\nnpm run build:prod\n```\n\nTo start the production server:\n\n```bash\nnpm run start\n# or\nyarn start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafk247%2Finvoice-dashboard-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafk247%2Finvoice-dashboard-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafk247%2Finvoice-dashboard-server/lists"}