{"id":20181929,"url":"https://github.com/devteds/e3-apis-on-rails","last_synced_at":"2026-04-09T11:03:49.806Z","repository":{"id":132073121,"uuid":"79698492","full_name":"devteds/e3-apis-on-rails","owner":"devteds","description":"Source code of the Rails API application created during the course - https://youtu.be/pTgaCgfH6_U","archived":false,"fork":false,"pushed_at":"2017-02-21T18:26:40.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T17:09:52.262Z","etag":null,"topics":["docker","docker-compose","json-api","mysql","rails","rails-api","rails-on-docker","rest-api","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/devteds.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-01-22T06:24:49.000Z","updated_at":"2018-03-20T04:11:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f2ea1d6-bee5-45bf-9d2d-0cff56f21791","html_url":"https://github.com/devteds/e3-apis-on-rails","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devteds/e3-apis-on-rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devteds%2Fe3-apis-on-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devteds%2Fe3-apis-on-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devteds%2Fe3-apis-on-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devteds%2Fe3-apis-on-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devteds","download_url":"https://codeload.github.com/devteds/e3-apis-on-rails/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devteds%2Fe3-apis-on-rails/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263400325,"owners_count":23460870,"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":["docker","docker-compose","json-api","mysql","rails","rails-api","rails-on-docker","rest-api","ruby"],"created_at":"2024-11-14T02:37:09.344Z","updated_at":"2025-12-30T22:18:07.264Z","avatar_url":"https://github.com/devteds.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\nLearn how to create a Rails API-only application. Create and run with docker.\n\n[Episode video link](https://youtu.be/pTgaCgfH6_U)\n\n[![Episode Video Link](https://i.ytimg.com/vi/pTgaCgfH6_U/hqdefault.jpg)](https://youtu.be/pTgaCgfH6_U)\n\n## Tested on\n\n* macOS - 10.12\n* Docker - 1.12.6\n* Docker compose - 1.9.0\n\n## Video - Instructions / commands\n\n```\nmkdir ~/projs\ngit clone git@github.com:devteds/docker-rails-template.git blog-api\ncd blog-api\nrm -rf .git\ndocker-compose run app rails new . --force --database=mysql --skip-bundle --api\n# Edit Gemfile to uncomment to include jbuilder gem\ndocker-compose build\ndocker-compose up\n# http://localhost:3001\ndocker-compose run --rm app rails g scaffold post title body:text\ndocker-compose run --rm app rake db:migrate\n# GET http://localhost:3001/posts.json\n# POST http://localhost:3001/posts.json with JSON body\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevteds%2Fe3-apis-on-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevteds%2Fe3-apis-on-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevteds%2Fe3-apis-on-rails/lists"}