{"id":20205278,"url":"https://github.com/hotslab/onlinemarketplace","last_synced_at":"2025-07-29T00:34:22.376Z","repository":{"id":173076136,"uuid":"457854912","full_name":"hotslab/OnlineMarketPlace","owner":"hotslab","description":"A simple online marketplace to place and sell goods","archived":false,"fork":false,"pushed_at":"2022-03-15T09:02:02.000Z","size":2026,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T09:42:04.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/hotslab.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-02-10T16:18:46.000Z","updated_at":"2022-03-14T09:00:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"f75a80b9-eee1-47a3-8dcc-17b300b68b29","html_url":"https://github.com/hotslab/OnlineMarketPlace","commit_stats":null,"previous_names":["hotslab/onlinemarketplace"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hotslab/OnlineMarketPlace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotslab%2FOnlineMarketPlace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotslab%2FOnlineMarketPlace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotslab%2FOnlineMarketPlace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotslab%2FOnlineMarketPlace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hotslab","download_url":"https://codeload.github.com/hotslab/OnlineMarketPlace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotslab%2FOnlineMarketPlace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267610438,"owners_count":24115435,"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-07-28T02:00:09.689Z","response_time":68,"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":[],"created_at":"2024-11-14T05:16:49.814Z","updated_at":"2025-07-29T00:34:22.347Z","avatar_url":"https://github.com/hotslab.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Joseph Nyahuye\n### OnlineMarketPlace\n\nA simple online market place to buy, list and sell your own goods or services. It is built on a stack using Laravel 8, Boostrap 4 and Jquery 3.6. It also uses the Stripe API to do online payments, and for email uses the ElasticEmail service to notify customers, all under a simulated test environment.\n\n\n#### Git clone project\n\n```\ngit clone https://github.com/hotslab/OnlineMarketPlace.git \n\nOR \n\ngit clone git@github.com:hotslab/OnlineMarketPlace.git\n\ncd OnlineMarketPlace\n```\n\n#### Install packages and copy .env file\n\n```\ncp .env.example .env\ncomposer install\nnpm install\nnpm run dev\n```\n\n#### Install SQL Lite and run migrations\n\n```\nsudo apt update\nsudo apt install sqlite3\nsudo apt install php-sqlite3\n\ntouch database/database.sqlite\ntouch database/testdatabase.sqlite\n\nphp artisan migrate\nphp artisan db:seed --optional for testing and will delete all the data in the sqlite database if run\n```\n\n#### Create symbolic link for image uploads\n\n```\nphp artisan storage:link\n```\n\n#### Running the app\n\n- Open three separate terminals and run the following in each respectively to test the app:\n\n```\nphp artisan serve -vvv\nnpm run watch\nphp artisan queue:work --tries=3 -vvv\n```\n\n- Open the url show in the terminal for the `php artisan serve -vvv` command to view the app.\n\n- The test user credentials to login and view the app is:\n\n```\nEmail - testemail@example.com\nPassword -testpassword1234\n```\n\n#### Unit testing\n\n```\nphp artisan test -vvv\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotslab%2Fonlinemarketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhotslab%2Fonlinemarketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotslab%2Fonlinemarketplace/lists"}