{"id":19198398,"url":"https://github.com/galliani/indiesell","last_synced_at":"2025-05-09T01:13:41.259Z","repository":{"id":55759952,"uuid":"310810896","full_name":"galliani/Indiesell","owner":"galliani","description":"A Ready-to-be used and simple to extend and customize online store for selling digital goods and downloadable contents.","archived":false,"fork":false,"pushed_at":"2020-12-21T12:13:55.000Z","size":2676,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-09T01:13:35.892Z","etag":null,"topics":["cms","online-shop","online-store","online-store-showcase","rails"],"latest_commit_sha":null,"homepage":"https://indiesell-demo.herokuapp.com/","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/galliani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-07T09:36:46.000Z","updated_at":"2022-07-22T10:40:20.000Z","dependencies_parsed_at":"2022-08-15T06:50:20.418Z","dependency_job_id":null,"html_url":"https://github.com/galliani/Indiesell","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galliani%2FIndiesell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galliani%2FIndiesell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galliani%2FIndiesell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galliani%2FIndiesell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/galliani","download_url":"https://codeload.github.com/galliani/Indiesell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171272,"owners_count":21865297,"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":["cms","online-shop","online-store","online-store-showcase","rails"],"created_at":"2024-11-09T12:21:47.385Z","updated_at":"2025-05-09T01:13:41.240Z","avatar_url":"https://github.com/galliani.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Indiesell\n\n[![Build Status](https://github.com/galliani/indiesell/workflows/spec/badge.svg)\n\nA Ready-to-be used and simple to extend and customize online store for selling digital goods and downloadable contents. You can visit [the demo site here](https://indiesell-demo.herokuapp.com) with:\n\n![Store front example](./public/store_front_demo.png)\n\n(Very) heavily inspired by [Zipsell, made by Yang Yongfook,](https://github.com/yongfook/zipsell), Indiesell is intended to be clean, simple, maintanable, and well-tested. It has opinionated\nstructures but is built with extension and customization in mind.\n\nPlease use [GitHub Issues] to report bugs. If you have a question about the\nlibrary, you can ping me on [Twitter] for a quick, friendly chat\n\n[GitHub Issues]: https://github.com/galliani/indiesell/issues\n[Twitter]: https://twitter.com/_galihm\n\n## Setup\n\nIndiesell is a Rails app tested against Rails `\u003e= 6.0` and Ruby `\u003e= 2.6`, so make sure you have those setup and configured. For database, in development, test, and production, it uses the magnificent and simple sqlite3 as the database.\n\n\n1. ```gem install bundler```\n2. ```bundle install```\n3. ```bundler exec rails db:create```\n4. ```bundler exec rails db:migrate```\n5. Copy the application.yml.example to application.yml. Then override the application.yml that you have just copied, primarily for these keys:\n```yaml\ndefault_currency: 'USD'\nstore_name:  ''\nstore_owner_name: ''\nstore_owner_email: '' \nstore_owner_twitter: ''\nstore_host: 'domain-name.com'\n\nfile_expiry_hours: '24'\nfile_max_downloads: '10'\n\ndevelopment:\n  paypal_client_id: your_sandbox_paypal_client_id\n\ntest:\n  paypal_client_id: your_sandbox_paypal_client_id\n\nproduction:\n  paypal_client_id: your_real_paypal_client_id\n  azure_storage_account_name: \"\"\n  azure_storage_access_KEY: \"\"\n  azure_container: \"\"\n```\n\n6. Run ```rake db:seed``` to generate the admin user, based on the application.yml\n7. Run ```yarn``` to check if you have nodejs already setup or not\n7. Run ```bundle exec rspec``` to check if you have all the setup working correctly or not\n\n## Use\n\nYou can test the demo by logging in to the [Admin login page](https://indiesell-demo.herokuapp.com/admin) with:\n\nemail: 'indiesell.demo@gmail.com'\npassword: 'password'\n\n\n### Creating product\n\n![Form example](./public/add_new_product.png)\n![Result example](./public/created_product_demo.png)\n\n## Testing Payment\n\nJust click one of the buttons provided by Paypal, don't worry you will not be actually charged ^_^.\n\nIf you really want to be safe, you can just use this mock CC created in Paypal Developer dashboard:\n\n```\ncard_number:    \"4032033477038355\"\ncard_exp_date:  \"07/23\"\ncard_cvv:       \"152\"\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING.md].\nThank you, contributors!\n\n[CONTRIBUTING.md]: /CONTRIBUTING.md\n\n## License\n\nIndiesell is copyright © 2020 Galih Muhammad. It is free software, and may be\nredistributed under the terms specified in the [`LICENSE`] file.\n\n[`LICENSE`]: /LICENSE\n\n## About the author\n\nHi there! My name is ![Galih Muhammad](https://rubyist.info/about?utm_source=github) and here are my links if for some reason (I can't think of any, though), you have the need to reach me.\n\n[linkedin](https://www.linkedin.com/in/galihm)\n[Twitter](https://twitter.com/_galihm)\n[devto](https://dev.to/galihm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalliani%2Findiesell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgalliani%2Findiesell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalliani%2Findiesell/lists"}