{"id":20806737,"url":"https://github.com/fed/recipes-api","last_synced_at":"2026-04-29T21:34:30.357Z","repository":{"id":85048452,"uuid":"239251439","full_name":"fed/recipes-api","owner":"fed","description":"Recipes RESTful API 👨‍🍳","archived":false,"fork":false,"pushed_at":"2020-02-10T05:07:05.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T13:33:11.525Z","etag":null,"topics":["express","nodejs","recipes","restful-api"],"latest_commit_sha":null,"homepage":"https://recipes-api.fknussel.com/","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":"2020-02-09T05:20:44.000Z","updated_at":"2020-02-10T05:11:04.000Z","dependencies_parsed_at":"2023-03-08T17:30:46.821Z","dependency_job_id":null,"html_url":"https://github.com/fed/recipes-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Frecipes-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Frecipes-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Frecipes-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Frecipes-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fed","download_url":"https://codeload.github.com/fed/recipes-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243152875,"owners_count":20244657,"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":["express","nodejs","recipes","restful-api"],"created_at":"2024-11-17T19:24:57.481Z","updated_at":"2025-12-24T21:31:25.867Z","avatar_url":"https://github.com/fed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recipes-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%2Frecipes-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffed%2Frecipes-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Frecipes-api/lists"}