{"id":22907364,"url":"https://github.com/st10185940/pastimes","last_synced_at":"2026-04-13T18:02:36.630Z","repository":{"id":267435225,"uuid":"901243841","full_name":"ST10185940/Pastimes","owner":"ST10185940","description":"Second hand clothing store ","archived":false,"fork":false,"pushed_at":"2024-12-10T09:58:56.000Z","size":5720,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T09:08:14.861Z","etag":null,"topics":["bootstrap5","capstone","clothing-store","e-store","mysql-database","php","wamp"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/ST10185940.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-10T09:56:09.000Z","updated_at":"2024-12-10T10:00:58.000Z","dependencies_parsed_at":"2024-12-10T10:36:54.580Z","dependency_job_id":"5578afdd-378b-4a69-8eae-cf8681390661","html_url":"https://github.com/ST10185940/Pastimes","commit_stats":null,"previous_names":["st10185940/pastimes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ST10185940%2FPastimes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ST10185940%2FPastimes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ST10185940%2FPastimes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ST10185940%2FPastimes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ST10185940","download_url":"https://codeload.github.com/ST10185940/Pastimes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246612485,"owners_count":20805355,"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":["bootstrap5","capstone","clothing-store","e-store","mysql-database","php","wamp"],"created_at":"2024-12-14T03:14:41.213Z","updated_at":"2026-04-13T18:02:36.589Z","avatar_url":"https://github.com/ST10185940.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PastTimes - Second-Hand Clothing Store\n\n## Overview\n\nPast Times is a second-hand clothing store developed as a project for a web development course (WEDE6021). The project is built using Bootstrap (HTML+CSS), PHP, and MySQL.\n\n```version: 1.0.0``` , by ST10185940_WEDE6021_Group10\n\n## Requirements\n\n- [WampServer](https://www.wampserver.com/en/) (with MySQL and phpMyAdmin  and other dependencies included)\n\n\n## Issues \u0026 Functionalities not perfected:\n\n- cart items not displaying even though html , php and sql syntax is correct with sql query returning valid data in PHPMyAdmin\n- add to cart not adding items in tables correctly, while data is parsed correctly , evident in logging to the console.\n\n## Building The WebStore\n\n1. **Install WampServer:**\n   - Download and install WampServer from the [official website](https://www.wampserver.com/en/).\n   - During installation, make sure to include the latest version of MySQL.\n   - Select phpMyAdmin as one of the components to be installed.\n\n2. **Move Project to www Directory:**\n   - After downloading the project zip file, unzip it.\n   - Move the project folder to the `www` directory in the WampServer installation directory (e.g., `C:\\wamp64\\www\\pastTimes`).\n\n3. **Start WampServer:**\n   - Launch WampServer and ensure it is running. Check the status from the system tray icon.\n\n4. **Access phpMyAdmin:**\n   - Left-click the WampServer icon in the system tray.\n   - Navigate to the \"phpMyAdmin\" option and click to access the phpMyAdmin login page. [credentials are \"root\" , leave password blank select MySQL as DB]\n\n5. **Database Setup:**\n   - Log in to phpMyAdmin with the default credentials (usually, username: `root` and no password).\n   - To Create a new database called `clothingStore`Click on the SQL tab and execute the SQL commands from the file `myClothingStore.sql` that will create the database schema and load sample data into each table.\n\n6. **Import More Sample Data via txt files(Optional):**\n   - In phpMyAdmin, click on the `clothingstore` database.\n   - Click on the table you want to import data into.\n   - Go to the Import tab.\n   - Upload the corresponding /txt file from the  project file's `_sampleData` directory.\n   - Ensure \"Columns escaped with\" is blank.\n   - Set \"Columns separated with\" to a comma `,`.\n   - Fill in the respective names of the columns under \"Column names.\"\n\n7. **Run the Project:**\n   - Open your web browser and navigate to `http://localhost/pastTimes/`.\n   - Alternatively, left-click on the WampServer icon in the system tray.\n   - Select the \"localhost\" option to be taken to the WampServer homepage.\n   - Under \"Your Projects,\" find and select your project.\n\n## Troubleshooting\n\n- Check WampServer logs and error messages for any issues.\n- Make sure the project folder is located in the `www` directory.\n- Ensure the correct database connection details in the project's configuration file (DBConn.php).\n\n## Admin User Name \u0026 Admin Password:\n!NOTE:!\n   Index page provide option to skip to admin dashboard from nav bar to test admin functions.\n   while register and login system can be tested using Buyer/Seller credentials specified below\n\n### Admin Portal Navigation\n\nThe admin portal can only be accessed through the index page's nav bar containing a \"dashboard\" link.\nalternativley the admin portal can be accessed via the login page using the Admin form entering ```admin1@example.com``` or any existing admin username from the Database\n\nHere are the main sections:\n\n#### Manage Users\n - search bar to search for users using user id shown in user tabel below it \n - View registered users and pending users \n - edit users' details using provided form for changes and user id \n - verify user account via user id in dedicated form \n\n\n#### Item Management\n- View pendinga and listed products\n- Update individual or batrch product availability status by listing it using its product id\n- Delete products by enteringtheir id and selecting the delete button. \n\n``` Buyer/Seller User Name: test ```\n``` Buyer/Seller Password: test ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst10185940%2Fpastimes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fst10185940%2Fpastimes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst10185940%2Fpastimes/lists"}