{"id":20338633,"url":"https://github.com/gkeymaster/ecommerce_website_for_gigs","last_synced_at":"2026-03-19T15:21:59.025Z","repository":{"id":216733674,"uuid":"741951047","full_name":"GKeyMaster/ecommerce_website_for_gigs","owner":"GKeyMaster","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-11T23:41:11.000Z","size":12901,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T14:01:30.031Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/GKeyMaster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-11T12:59:22.000Z","updated_at":"2024-01-11T13:00:26.000Z","dependencies_parsed_at":"2024-01-12T11:46:15.942Z","dependency_job_id":null,"html_url":"https://github.com/GKeyMaster/ecommerce_website_for_gigs","commit_stats":null,"previous_names":["gkeymaster/ecommerce_website_for_gigs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GKeyMaster/ecommerce_website_for_gigs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GKeyMaster%2Fecommerce_website_for_gigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GKeyMaster%2Fecommerce_website_for_gigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GKeyMaster%2Fecommerce_website_for_gigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GKeyMaster%2Fecommerce_website_for_gigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GKeyMaster","download_url":"https://codeload.github.com/GKeyMaster/ecommerce_website_for_gigs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GKeyMaster%2Fecommerce_website_for_gigs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-14T21:13:42.049Z","updated_at":"2026-01-27T12:37:31.769Z","avatar_url":"https://github.com/GKeyMaster.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ECE444-Home-Gig\n\n[![Build Status](https://travis-ci.com/mohaimenhasan/ECE444-Home-Gig.svg?token=Jqs53LsBFVYpD28zocVZ\u0026branch=master)](https://travis-ci.com/mohaimenhasan/ECE444-Home-Gig)\n\nRuby-on-Rails app project for ECE444 - Software Engineering. This app provides the oppurtunity of contract work for different gigs. For example,software development, copy-editing, graphic design, or the creation of marketing material that can often be done at home. The basic idea behind this service if to create a home gig service that connects those offering work with those seeking work done, and offer such subservices as billing and payments.\n\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nThe following software with the specified versions, as mentioned below, need to be installed:\n\u003cli\u003e Ruby \u003c/li\u003e\n\u003cli\u003e Rails \u003c/li\u003e\n\u003cli\u003e postgreSQL \u003c/li\u003e\n\u003cli\u003e Heroku \u003c/li\u003e\n\n### Software Installation Versions:\n\n\u003cb\u003e Ruby: \u003c/b\u003e 2.6.4 \u003cbr/\u003e\n\u003cb\u003e Rails: \u003c/b\u003e 6.0.0 \u003cbr/\u003e\n\u003cb\u003e PSQL: \u003c/b\u003e 12.0 \u003cbr/\u003e\n\n\n### Installing\n\nA step by step series of examples that tell you how to get a development env running. Please run all the commands from app directory:\n\n1. git clone the repository\n```\ngit clone https://github.com/mohaimenhasan/ECE444-Home-Gig.git\n```\n2. Create an account on stripe and add your stripe keys into ENV (for testing and deployment)\n\n```\nGMAIL_USERNAME: \u003caccount for sending out emails\u003e\nGMAIL_PASSWORD: \u003cgmail pass\u003e\nSTRIPE_PUBLISHABLE_KEY: \u003cfrom stripe wesbite\u003e\nSTRIPE_SECRET_KEY: \u003cfrom stripe website\u003e\n```\n3. Add stripe api keys in to credentials by using the following commands\n\n```\nEDITOR=vim rails credentials:edit\nstripe:\n  development:\n    publishable_key: '\u003cfrom stripe website\u003e'\n    secret_key: '\u003cfrom stripe website\u003e'\n```\n4. Install all the gems\n```\nbundle install\n```\n5. Set Up Database\n```\nrails db:create\n```\n6. Migrate all the necessary schemas\n```\nrails db:migrate\n```\n7. Populate the db with some categories:\n```\nrails db:seed\n```\n8. Start the server:\n```\nrails s\n```\n\n## Running the tests\n\nTo run the automated test run the following from the app directory:\n\n```\nrails test test/\n```\n\n### Break down into end to end tests\n\nExplain what these tests test and why\n\n* Test for users\n\nUsers can not be created without a valid email\n\n```\nrails test test/models/user_test\n```\n\n## Deployment\n\nTo deploy it on heroku please sign in and request for access for the app: \nhttps://dashboard.heroku.com/apps/secure-ocean-69468\n\nLive Demo available at: https://secure-ocean-69468.herokuapp.com/\n\n## Built With\n\n* [Ruby](https://www.ruby-lang.org/en/downloads/) - Language\n* [Rails](https://guides.rubyonrails.org/getting_started.html) - Web Framework\n* [PSQL](https://www.postgresql.org/download/) - Relational Database\n\n## Authors\n\n* **Mohaimen Khan** \n* **Jennifer Hu** \n* **Hongyi Yang** \n* **Muhammad Waseem Qadeer** \n* **Zihan Zhao** \n\nSee also the list of [contributors](https://github.com/mohaimenhasan/ECE444-Home-Gig/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgements\n\n* Kijiji\n* Fiverr\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkeymaster%2Fecommerce_website_for_gigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgkeymaster%2Fecommerce_website_for_gigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkeymaster%2Fecommerce_website_for_gigs/lists"}