{"id":28909566,"url":"https://github.com/zmrdltl/task-flow-api","last_synced_at":"2026-02-19T16:02:46.950Z","repository":{"id":267746019,"uuid":"902217311","full_name":"zmrdltl/task-flow-api","owner":"zmrdltl","description":"프로젝트 관리 웹 사이트 API","archived":false,"fork":false,"pushed_at":"2025-10-26T06:23:51.000Z","size":102,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T08:22:18.571Z","etag":null,"topics":["backend"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zmrdltl.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-12T06:20:18.000Z","updated_at":"2025-10-26T06:23:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"973e019f-c4d7-4c72-ade3-bbe41375c9ef","html_url":"https://github.com/zmrdltl/task-flow-api","commit_stats":null,"previous_names":["zmrdltl/task-flow-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zmrdltl/task-flow-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmrdltl%2Ftask-flow-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmrdltl%2Ftask-flow-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmrdltl%2Ftask-flow-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmrdltl%2Ftask-flow-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmrdltl","download_url":"https://codeload.github.com/zmrdltl/task-flow-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmrdltl%2Ftask-flow-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29621902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"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":["backend"],"created_at":"2025-06-21T17:09:34.391Z","updated_at":"2026-02-19T16:02:46.939Z","avatar_url":"https://github.com/zmrdltl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# task-flow-api\n\n프로젝트 관리 웹 사이트 API \\\n[fronted](https://github.com/kimuihyeon222/task-flow)\n\n## Prerequisite\n\nTo run this project, make sure you have the following installed:\n\n- **Node.js**: \u003e=18.0.0\n- **npm**: \u003e=10.5.0\n- **MongoDB**: \u003e=6.0.x\n- **Mongosh**: 2.3.5\n- **GraphQL**: 16.9.0\n\n## Installation\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/zmrdltl/task-flow-api\ncd task-flow-api\n```\n\n### 2. Install dependencies\n\n```bash\nnpm i\n```\n\n### 3. setup environment variables\n\n- create .env file in task-flow-api/\n- add following content\n\n```bash\nPORT=4000\nMONGO_URI=mongodb://127.0.0.1:27017/task-flow\n```\n\n### 4. start the development server\n```bash\nnpm run dev\n```\n\n### 4. start the production server\n```bash\nnpm start\n```\n\n## Project Structure\n\n```plaintext\ntask-flow-api/\n├── src/\n│   ├── config/           # Environment configuration (e.g., database connection)\n│   ├── graphql/          # GraphQL schema and resolvers\n│   │   ├── schema/       # GraphQL type definitions\n│   │   └── resolvers/    # GraphQL resolvers\n│   ├── models/           # Mongoose models\n│   └── index.js          # Entry point of the application\n├── .env                  # Environment variables (ignored in Git)\n├── package.json          # Project dependencies and scripts\n└── README.md             # Project documentation\n```\n\n## API attemptation\n\n[localhost graphql](http://localhost:4000/graphql)\n\n![Example image](https://gist.github.com/user-attachments/assets/4c0507d6-5956-4978-8c59-0d221d4b9438)\n\n## Data visualization\n\n[localhost voyager](http://localhost:4000/voyager)\n\n![Example image](https://gist.github.com/user-attachments/assets/0c285ab6-68b4-480d-9819-a81dec1ba722)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmrdltl%2Ftask-flow-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmrdltl%2Ftask-flow-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmrdltl%2Ftask-flow-api/lists"}