{"id":19903825,"url":"https://github.com/whaha-ha/chippd","last_synced_at":"2026-02-17T02:32:31.559Z","repository":{"id":139411318,"uuid":"501911414","full_name":"WHAHA-HA/Chippd","owner":"WHAHA-HA","description":"Commercial website that sells various personal items designed and packaged according to the user's needs by attaching a QR code.","archived":false,"fork":false,"pushed_at":"2022-06-10T05:30:52.000Z","size":11078,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-03T00:37:17.220Z","etag":null,"topics":["html5","jquery","postgresql","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://chippd.com/","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/WHAHA-HA.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":"2022-06-10T05:28:33.000Z","updated_at":"2022-10-03T08:18:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"22a63600-b67b-4718-a829-e7f7f2c4677d","html_url":"https://github.com/WHAHA-HA/Chippd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WHAHA-HA/Chippd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WHAHA-HA%2FChippd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WHAHA-HA%2FChippd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WHAHA-HA%2FChippd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WHAHA-HA%2FChippd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WHAHA-HA","download_url":"https://codeload.github.com/WHAHA-HA/Chippd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WHAHA-HA%2FChippd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014802,"owners_count":26085594,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["html5","jquery","postgresql","ruby-on-rails"],"created_at":"2024-11-12T20:25:37.961Z","updated_at":"2025-10-13T11:38:10.732Z","avatar_url":"https://github.com/WHAHA-HA.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Welcome to Chipp'd\n========\n\n## Developing\n\nPristine is running on Rails 3.2.13 with MongoDB as its backend.\n\n### MongoDB\n\nTo get the app running locally on your machine, you first need to have MongoDB installed. The easiest way to do this on a Mac is via [Homebrew](https://github.com/mxcl/homebrew). If you do not have homebrew installed, you can do that by following the instructions [here](https://github.com/mxcl/homebrew/wiki/installation). Once homebrew is installed, installing MongoDB is as simple as:\n\n    brew install mongodb\n\nMake sure you follow the instructions at the end of the install process so MongoDB is started automatically for you when your computer boots up.\n\n#### Importing a production database snapshot locally\n\n```\n    bundle exec rake db:sync:local\n```\n\n### File Attachments\n\nTo sync file attachments between environments, you need to log into [the S3 console](http://aws.amazon.com) and copy the uploads folder between buckets. **Important**: Be careful when you do this so that you don't accidentally delete your production assets.\n\n### Rails Setup\n\nRails setup is simple. There aren't any migration tasks because we're using MongoDB.\n\n    bundle install\n    bundle exec rails s\n\nAfter that, the app will be running at http://0.0.0.0:3000.\n\n## Deployment\n\nThere are both staging and production servers for Chipp'd. Changes to these servers are deployed by pushing code to the staging and master branches of the repository respectively. Prior to actually being deployed, code is run through the continuous integration process, and if all tests pass, the site is deployed to the appropriate server. **Important**: because code on the master and staging branches is automatically deployed, work should **never** be done on these branches directly.\n\n### Staging\n\nYou can setup your local repository for the staging environment by doing the following:\n\n``` bash\n# Setup staging remote branch\ngit fetch origin\ngit branch --track staging origin/staging\n```\n\nThen, deploying to `staging` is as simple as:\n\n``` bash\ngit push origin staging\n```\n\nThe staging site is available at https://chippd-staging.herokuapp.com.\n\n### Production\n\nDeploying to `production` is as simple as:\n\n``` bash\ngit push origin master\n```\n\n## Misc\n\n### Sitemaps\n\n[Documentation](https://github.com/kjvarga/sitemap_generator)\n\nUsing `rake sitemap:refresh` will notify major search engines to let them know that a new sitemap is available (Google, Bing). To generate new sitemaps without notifying search engines (for example when running in a local environment) use `rake sitemap:refresh:no_ping`\n\n[Source](https://github.com/kjvarga/sitemap_generator#pinging-search-engines)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhaha-ha%2Fchippd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhaha-ha%2Fchippd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhaha-ha%2Fchippd/lists"}