{"id":20473552,"url":"https://github.com/smddzcy/simple-phoenix-rest-api","last_synced_at":"2026-06-01T03:31:49.550Z","repository":{"id":75210584,"uuid":"80608809","full_name":"smddzcy/simple-phoenix-rest-api","owner":"smddzcy","description":"Start point for a simple Phoenix REST API.","archived":false,"fork":false,"pushed_at":"2017-02-01T10:34:05.000Z","size":66,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T14:15:15.813Z","etag":null,"topics":["elixir","elixir-lang","elixir-programming-language","json-api","phoenix","rest","rest-api"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smddzcy.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}},"created_at":"2017-02-01T10:14:14.000Z","updated_at":"2019-12-28T20:10:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4358cba-4a32-4531-945b-0f2838975de9","html_url":"https://github.com/smddzcy/simple-phoenix-rest-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smddzcy/simple-phoenix-rest-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smddzcy%2Fsimple-phoenix-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smddzcy%2Fsimple-phoenix-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smddzcy%2Fsimple-phoenix-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smddzcy%2Fsimple-phoenix-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smddzcy","download_url":"https://codeload.github.com/smddzcy/simple-phoenix-rest-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smddzcy%2Fsimple-phoenix-rest-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33759178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["elixir","elixir-lang","elixir-programming-language","json-api","phoenix","rest","rest-api"],"created_at":"2024-11-15T14:25:50.829Z","updated_at":"2026-06-01T03:31:49.527Z","avatar_url":"https://github.com/smddzcy.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Phoenix REST API\n\nStart point for a simple Phoenix REST API. Project includes a ready-to-use `/posts` endpoint, which is generated by `mix phoenix.gen.json`.\n\n## Example Requests with CURL\n\n### List\n\n```\ncurl http://localhost:4000/posts\n```\n\n### Create\n\n```\ncurl -X POST \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\"post\": {\"title\":\"Post Title\",\"content\":\"Post Content\"} }' \\\n     http://localhost:4000/posts\n```\n\n### Show\n\n```\ncurl http://localhost:4000/posts/{id}\n```\n\n### Update\n\n```\ncurl -X PUT \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\"post\": {\"title\":\"New Title\",\"content\":\"New Content\"} }' \\\n     http://localhost:4000/posts/{id}\n```\n\n### Delete\n\n```\ncurl -X DELETE \\\n     http://localhost:4000/posts/{id}\n```\n\n## Development\n\nTo start your Phoenix app:\n\n  * Install dependencies with `mix deps.get`\n  * Create and migrate your database with `mix ecto.create \u0026\u0026 mix ecto.migrate`\n  * Start Phoenix endpoint with `mix phoenix.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n\n## Production\n\n[Check the deployment guides](http://www.phoenixframework.org/docs/deployment) to run in production.\n\n## Learn more\n\n  * Official website: http://www.phoenixframework.org/\n  * Guides: http://phoenixframework.org/docs/overview\n  * Docs: https://hexdocs.pm/phoenix\n  * Mailing list: http://groups.google.com/group/phoenix-talk\n  * Source: https://github.com/phoenixframework/phoenix\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmddzcy%2Fsimple-phoenix-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmddzcy%2Fsimple-phoenix-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmddzcy%2Fsimple-phoenix-rest-api/lists"}