{"id":20748796,"url":"https://github.com/arturobp3/product_catalogue","last_synced_at":"2026-04-07T21:31:44.732Z","repository":{"id":112578701,"uuid":"178404504","full_name":"arturobp3/Product_Catalogue","owner":"arturobp3","description":"Final project made for my Advanced Databases university subject. To that end, I've used the next technologies: HTML, CSS, JavaScript, JQuery, AJAX, PHP, MySQL, MongoDB and XML","archived":false,"fork":false,"pushed_at":"2019-04-26T17:58:36.000Z","size":6565,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T07:36:32.537Z","etag":null,"topics":["ajax","css3","html5","javascript","jquery","mongodb","mysql","php","product-catalog","products","xml"],"latest_commit_sha":null,"homepage":"","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/arturobp3.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":"2019-03-29T12:49:44.000Z","updated_at":"2022-05-26T20:35:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"fecd2d25-a683-495d-b62c-98483cfeb966","html_url":"https://github.com/arturobp3/Product_Catalogue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arturobp3/Product_Catalogue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturobp3%2FProduct_Catalogue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturobp3%2FProduct_Catalogue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturobp3%2FProduct_Catalogue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturobp3%2FProduct_Catalogue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arturobp3","download_url":"https://codeload.github.com/arturobp3/Product_Catalogue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturobp3%2FProduct_Catalogue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ajax","css3","html5","javascript","jquery","mongodb","mysql","php","product-catalog","products","xml"],"created_at":"2024-11-17T08:18:31.089Z","updated_at":"2026-04-07T21:31:44.706Z","avatar_url":"https://github.com/arturobp3.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e Product Catalogue \u003c/h1\u003e\n\nThe purpose of this project was to use different types of databases in a real software example that people may use everyday.\nTherefore, I made a web-app similar to Amazon where you can: login and register, purchase products and leave comments below them, check what you have ordered and, among other things, use a search engine which shows suggestions of products while you are typing on it.\n\n# Steps to use the application:\n \n### [Download XAMPP](https://www.apachefriends.org/es/download.html)\n\n### [Download MongoDB Server](https://www.mongodb.com/download-center/community)\n\n### [Download Robo 3T - MongoDB GUI ](https://robomongo.org/download) (Optional)\n\nYou have to make sure that both ports (in MongoDB and Robo 3T) are the 27017 one\n  \n\n### [Install the MongoDB driver for PHP](https://pecl.php.net/package/mongodb/1.5.3/windows)\n\nYour MongoDB version must match that of PHP. You should also pay attention to architecture and Thread Safe.\nTo that end, use the info.php file which I provided in this repository.\nThen, copy the 'php_mongodb.dll' file and paste it into the path xampp/php/ext. \nNow, edit 'php.ini', which is located in 'xampp/php', and add the next statement:\n```\nextension=php_mongodb.dll\n```\n\n### Execute mongod.exe\n\nNow, execute mongo.exe.\nHere, execute the following commands:\n```\nuse Product_Catalogue\n```\nThis command will create our new database\n```\ndb.createCollection(\"InfoProducto\")\n```\nand this one will create the necessary collection for comments.\n\n### Open the system console (CMD):\nFind the 'bin' folder in the MongoDB Server path and type the next command:\n```\nmongoimport -h localhost:27017 --db Product_Catalogue --collection InfoProducto --file C:\\xampp\\htdocs\\Product_Catalogue\\backend\\MongoDB\\MongoDB_database.json\n```\n\u003e The xampp folder is supposed to be located at C:\\\n\nThis command will import the necessary documents into our database.\n\n### Open the XAMPP control panel and start Apache and MySQL\n\n### Import in phpMyAdmin the SQL files provided in this repository\n\n### Try my aplication typing in the browser the next URL\n```\nlocalhost/Product_Catalogue/frontend/index.php\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturobp3%2Fproduct_catalogue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farturobp3%2Fproduct_catalogue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturobp3%2Fproduct_catalogue/lists"}