{"id":25351120,"url":"https://github.com/jmkoni/record-collector","last_synced_at":"2025-06-29T09:35:02.515Z","repository":{"id":87883141,"uuid":"133678984","full_name":"jmkoni/record-collector","owner":"jmkoni","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-16T14:35:03.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T17:43:38.470Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmkoni.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":"2018-05-16T14:34:49.000Z","updated_at":"2018-05-16T14:35:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"8749b1d3-6672-46b2-8632-4e0555a47e16","html_url":"https://github.com/jmkoni/record-collector","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/jmkoni%2Frecord-collector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkoni%2Frecord-collector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkoni%2Frecord-collector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkoni%2Frecord-collector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmkoni","download_url":"https://codeload.github.com/jmkoni/record-collector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247938972,"owners_count":21021628,"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":"2025-02-14T17:38:53.169Z","updated_at":"2025-04-08T22:29:31.052Z","avatar_url":"https://github.com/jmkoni.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Record Collector\n\nThis application helps users keep track of records in their collection. As it is right now, it will only function for a single user.\n\n### Ruby version\nThis application uses Ruby 2.5.1, as specified in the `.ruby-version` file. If you already have that installed, as soon as you `cd` into this directory, RVM will create a gemset with that ruby version.\n\n### Install dependencies\n\nOnce you have Ruby installed and are on the correct gemset (`record-collector`), install the required ruby gems by doing the following:\n\n    gem install bundler\n    bundle install\n\n### Database creation and initialization\n\nThe database used in this project is sqlite, which should already be on your computer. To initialize the database, run:\n    \n    rails db:setup\n\nThis will create your required databases and add some seed data.\n\n### Starting the application\n\nTo start the server, run:\n\n    rails s\n\nYou can leave this server running while you develop. You need only restart the\nserver when you make changes to anything in the `config` or `db` directories.\n\n### How to run the test suite\n\nTo run the test suite, run:\n\n    bundle exec rspec\n\nThis will run your test suite and generate files in `/coverage`.\n\n### Deployment instructions\n\nTODO: not currently deployed\n\n### Future todos:\nAdd Devise and have users own albums.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmkoni%2Frecord-collector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmkoni%2Frecord-collector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmkoni%2Frecord-collector/lists"}