{"id":19273246,"url":"https://github.com/tranquangvu/go-rails-api","last_synced_at":"2025-04-21T22:32:50.875Z","repository":{"id":188239088,"uuid":"609792182","full_name":"tranquangvu/go-rails-api","owner":"tranquangvu","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-21T02:05:40.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-21T05:24:14.823Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/tranquangvu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-03-05T08:50:10.000Z","updated_at":"2023-03-05T11:36:19.000Z","dependencies_parsed_at":"2023-10-03T09:03:18.845Z","dependency_job_id":"dedeb5d2-9476-4dbe-804e-37796299147b","html_url":"https://github.com/tranquangvu/go-rails-api","commit_stats":null,"previous_names":["tranquangvu/go-rails-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranquangvu%2Fgo-rails-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranquangvu%2Fgo-rails-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranquangvu%2Fgo-rails-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranquangvu%2Fgo-rails-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tranquangvu","download_url":"https://codeload.github.com/tranquangvu/go-rails-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223881801,"owners_count":17219268,"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":[],"created_at":"2024-11-09T20:41:52.580Z","updated_at":"2024-11-09T20:41:53.199Z","avatar_url":"https://github.com/tranquangvu.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golden Owl Solutions Rails API Boilerplate\n\nA boilerplate for quickly setting up a Ruby On Rails RESTful API:\n\n- Ruby 3.3.0\n- Rails 7.1.2\n- PostgreSQL Database\n\n## Getting Started\n\n**Installation**\n\n- Use ruby `3.3.0`\n```bash\nrbenv install 3.3.0\nrbenv local 3.3.0\nruby -v\n```\n- Install packages:\n```bash\ngem install bundler\nbundle install\n```\n- Add `config/database.yml` - refer `config/database.yml.sample`\n- Add `.env` - refer `.env.sample`\n- Generate new rails master key\n```bash\nrm -f config/credentials.yml.enc \u0026\u0026 rm -f config/master.key \u0026\u0026 EDITOR=vim bin/rails credentials:edit\n```\n- Database setup:\n```bash\nbin/rails db:setup\n```\n- Start server:\n```bash\nbin/rails s\nbundle exec sidekiq\n```\n\n**Specs**\n\n```bash\nbundle exec rspec\n```\n\nCheck the coverage at `coverage/index.html`\n\n**API document**\n\n```bash\nbin/rake rswag\n```\n\nCheck the generated document at `http://localhost:3000/docs`\n\n**Security vulnerability scanner**\n\n```bash\nbundle exec brakeman\n```\n\n**Linter with rubocop**\n\n```bash\nbundle exec rubocop\n```\n\n## License\n\nLicensed under the MIT license, see the separate [LICENSE.md](./LICENSE.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranquangvu%2Fgo-rails-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftranquangvu%2Fgo-rails-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranquangvu%2Fgo-rails-api/lists"}