{"id":15097817,"url":"https://github.com/eriveltondasilva/koa-app","last_synced_at":"2026-01-06T23:05:41.203Z","repository":{"id":245981918,"uuid":"818841570","full_name":"eriveltondasilva/koa-app","owner":"eriveltondasilva","description":"Projeto de uma simples api utilizando o framework nodejs koa.js que exibe uma lista de tasks de um arquivo json","archived":false,"fork":false,"pushed_at":"2024-06-25T06:04:47.000Z","size":2384,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-16T22:13:52.982Z","etag":null,"topics":["backend","koa-router","koajs","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/eriveltondasilva.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-06-23T03:06:29.000Z","updated_at":"2024-06-25T06:04:50.000Z","dependencies_parsed_at":"2024-06-25T06:58:58.239Z","dependency_job_id":"005c4dce-fc7d-4fa7-911b-972ffa4a5915","html_url":"https://github.com/eriveltondasilva/koa-app","commit_stats":null,"previous_names":["eriveltondasilva/koa-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriveltondasilva%2Fkoa-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriveltondasilva%2Fkoa-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriveltondasilva%2Fkoa-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriveltondasilva%2Fkoa-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eriveltondasilva","download_url":"https://codeload.github.com/eriveltondasilva/koa-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228461257,"owners_count":17923761,"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":["backend","koa-router","koajs","nodejs"],"created_at":"2024-09-25T16:40:33.906Z","updated_at":"2024-12-06T12:07:26.762Z","avatar_url":"https://github.com/eriveltondasilva.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Tasks API\n\nThis is a simple API built with Node.js and Koa.js that returns a list of tasks. This project is intended for educational purposes, demonstrating how to set up a basic API using Koa.js.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [API Endpoints](#api-endpoints)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/eriveltondasilva/koa-app.git\n    ```\n2. Change to the project directory:\n    ```bash\n    cd koa-app\n    ```\n3. Install the dependencies:\n    ```bash\n    npm install\n    ```\n\n## Usage\n\n1. Start the server:\n    ```bash\n    npm start\n    ```\n2. The server will start on `http://localhost:3000`.\n\n## API Endpoints\n\n### Get Tasks\n\n- **URL:** `/tasks`\n- **Method:** `GET`\n- **Response:**\n    ```json\n    [\n      {\n        \"id\": 1,\n        \"title\": \"Buy groceries\",\n        \"completed\": false\n      },\n      {\n        \"id\": 2,\n        \"title\": \"Walk the dog\",\n        \"completed\": true\n      },\n      {\n        \"id\": 3,\n        \"title\": \"Read a book\",\n        \"completed\": false\n      }\n    ]\n    ```\n\n## Contributing\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature-branch`)\n3. Commit your changes (`git commit -m 'Add some feature'`)\n4. Push to the branch (`git push origin feature-branch`)\n5. Open a pull request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriveltondasilva%2Fkoa-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feriveltondasilva%2Fkoa-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriveltondasilva%2Fkoa-app/lists"}