{"id":20135541,"url":"https://github.com/raisely/parkes","last_synced_at":"2026-01-30T23:42:18.620Z","repository":{"id":69521214,"uuid":"109333820","full_name":"raisely/parkes","owner":"raisely","description":"Framework for RESTful API's on node","archived":false,"fork":false,"pushed_at":"2017-11-03T01:32:52.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-09T03:02:15.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/raisely.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":"2017-11-03T00:42:16.000Z","updated_at":"2019-12-20T12:28:00.000Z","dependencies_parsed_at":"2023-05-14T11:30:42.442Z","dependency_job_id":null,"html_url":"https://github.com/raisely/parkes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raisely/parkes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raisely%2Fparkes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raisely%2Fparkes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raisely%2Fparkes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raisely%2Fparkes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raisely","download_url":"https://codeload.github.com/raisely/parkes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raisely%2Fparkes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28923657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"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":[],"created_at":"2024-11-13T21:15:25.714Z","updated_at":"2026-01-30T23:42:18.606Z","avatar_url":"https://github.com/raisely.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Framework for RESTful API's on node\n\n![The Parkes Radio Telescope](https://upload.wikimedia.org/wikipedia/commons/thumb/2/22/ParkesTelescopeNight.png/800px-ParkesTelescopeNight.png)\n(The Parkes Radio Telescope in Parkes, NSW. Image from [Wikipedia](https://en.wikipedia.org/wiki/File:ParkesTelescopeNight.png), taken by Daniel John Reardon)\n\n## Features\n\n* Just define your database models and you have a simple API\n* Keeps internal DB ids hidden, using a UUID or similar for public IDs ([see why](http://toddfredrich.com/ids-in-rest-api.html))\n* Automatically handles includes and joins for associations\n* Simple definition of public and private attributes\n* Uniform JSON errors\n* **Get a working API up in 5 minutes**\n\n# Getting Started\n\nParkes is built upon [koa2](https://github.com/koajs/koa) and [sequelize](https://docs.sequelizejs.com) and requires at least node 7.6\n\n```bash\nnpm install -G parkes\n\n# Initialize a new api\nparkes init my-api\n\ncd my-api\n\nparkes generate scaffold post\nparkes generate scaffold user\n\n# Gives you\n# User and Post models\napi/models/post.js\napi/models/user.js\n\nmigrations/create-post.js\nmigrations/create-user.js\n\n# Database configuration\napi/config/database.js\n\n# User and Post controllers\napi/v1/controllers/post.js\napi/v1/controllers/user.js\n\n# Node server stack\nserver.js\n```\n\n# License\n\n© 2017 Agency Ventures\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraisely%2Fparkes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraisely%2Fparkes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraisely%2Fparkes/lists"}