{"id":20806775,"url":"https://github.com/fed/kudos-api","last_synced_at":"2026-04-21T12:31:21.269Z","repository":{"id":85048400,"uuid":"207850683","full_name":"fed/kudos-api","owner":"fed","description":"Values-based recognition program RESTful API 🥇","archived":false,"fork":false,"pushed_at":"2019-11-02T07:44:36.000Z","size":165,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T01:27:57.460Z","etag":null,"topics":["kudos-api","restful-api"],"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/fed.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":"2019-09-11T15:52:41.000Z","updated_at":"2020-04-22T03:45:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"da258828-f889-4470-89f1-2f5b2bbd8bc5","html_url":"https://github.com/fed/kudos-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fed/kudos-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fkudos-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fkudos-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fkudos-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fkudos-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fed","download_url":"https://codeload.github.com/fed/kudos-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fkudos-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32091801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["kudos-api","restful-api"],"created_at":"2024-11-17T19:26:18.167Z","updated_at":"2026-04-21T12:31:21.245Z","avatar_url":"https://github.com/fed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kudos-api\n\n## Prerequisites\n\n-   Node.js (https://nodejs.org/)\n-   Yarn (https://yarnpkg.com/)\n\n## Development Tasks\n\n| Command        | Description                                                                  |\n| -------------- | ---------------------------------------------------------------------------- |\n| `yarn install` | Fetch dependencies and build binaries for any of the modules                 |\n| `yarn start`   | Run the app on production                                                    |\n| `yarn watch`   | Start the app [for development](http://localhost:6789) and watch for changes |\n\n## Architecture\n\n* **Routes:** The `routes` directory contains all of the route definitions for the different data models. Here we define all endpoints, bind them to an HTTP verb and a controller, and mark them as protected if needed. This is where you want to look at if you need to enable/disable existing routes or create new ones.\n\n* **Controllers:** Each endpoint has its own controller. Controllers are in charge of calling services and returning a response to the user. If you need to tweak any of the endpoints' responses (i.e. the \"shape\" of the response), this is where you should have a look at.\n\n* **Services:** Services talk to the ORM. They can create, update, remove and retrieve stuff from the database. If you somehow need to get more or fewer data from the database for a particular endpoint, you need to tweak the corresponding service.\n\n* **Models:** The definition for each one of the entities in our application live within the `models` directory. Changes to the database structure should be directly reflected on our models.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Fkudos-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffed%2Fkudos-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Fkudos-api/lists"}