{"id":24407479,"url":"https://github.com/fasinfasi/electronic_store_management_web","last_synced_at":"2025-10-25T13:49:05.003Z","repository":{"id":234272555,"uuid":"769991946","full_name":"fasinfasi/Electronic_Store_management_web","owner":"fasinfasi","description":"Electronic products management website for shops they can manage their stocks","archived":false,"fork":false,"pushed_at":"2024-11-02T16:16:51.000Z","size":164,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T05:11:20.570Z","etag":null,"topics":["bootstrap","css","html","javascript","python"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/fasinfasi.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-03-10T16:18:44.000Z","updated_at":"2025-01-11T02:58:29.000Z","dependencies_parsed_at":"2024-11-02T17:18:10.443Z","dependency_job_id":"e8a7f9d5-53ba-43b2-bf58-ef96e3b195cd","html_url":"https://github.com/fasinfasi/Electronic_Store_management_web","commit_stats":null,"previous_names":["fasinfasi/electronic_store_management_web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasinfasi%2FElectronic_Store_management_web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasinfasi%2FElectronic_Store_management_web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasinfasi%2FElectronic_Store_management_web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasinfasi%2FElectronic_Store_management_web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fasinfasi","download_url":"https://codeload.github.com/fasinfasi/Electronic_Store_management_web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243366699,"owners_count":20279404,"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":["bootstrap","css","html","javascript","python"],"created_at":"2025-01-20T05:11:25.331Z","updated_at":"2025-10-25T13:48:59.982Z","avatar_url":"https://github.com/fasinfasi.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electronic Web Store 🛒\n\nElectronic Web Store is a simple online platform designed to facilitate the storage, purchase, and pricing of electronic products. Users can browse a variety of electronic items, view instant prices, and place orders. The application manages order details, including customer IDs, product items, quantities, individual prices, and total prices, ensuring a seamless shopping experience for electronics enthusiasts, hobbyists, and professionals.\n\n## Technologies Used\n  - Frontend: HTML, CSS, JavaScript, Bootstrap(for the user interface)\n  - Backend: Flask (Python web framework)\n  - Database: MySQL (for storing product and order data)\n\n### Project Overview 👁\n\nThe Electronic Web Store enables users to easily browse and purchase electronic products. The system is built using Flask and MySQL, allowing for efficient management of product information and order details. Users can view available products, their prices, and place orders that store customer details, product items, quantities, individual prices, and total prices in a MySQL database.\n\n### Features ✨\n - Product Management: Store and display a variety of electronic products.\n - Instant Pricing: Get real-time prices for products available for purchase.\n - Order Processing: Store order details, including customer ID, product items, quantity, individual prices, and total price in MySQL.\n - User-Friendly Interface: Simplified navigation for browsing and purchasing products.\n\n### Screenshots 📷\n\n##### Dashboard\n![image](https://github.com/fasinfasi/Electronic_Store_management_web/assets/141424321/663a7ff7-5e08-4fa7-9613-3d52e482dd40)\n\n##### Adding products to cart\n![image](https://github.com/fasinfasi/Electronic_Store_management_web/assets/141424321/b08d6007-5967-448a-8f46-4b82f50cfc34)\n\n##### Added cart items\n![image](https://github.com/fasinfasi/Electronic_Store_management_web/assets/141424321/94094d49-8f36-4674-a0df-fe876fd035b2)\n\n##### Available products listed with it's ID and price\n![image](https://github.com/fasinfasi/Electronic_Store_management_web/assets/141424321/8a24c167-67c7-428b-885d-62bbd41d0486)\n\n##### Customers details registered into database table\n![image](https://github.com/fasinfasi/Electronic_Store_management_web/assets/141424321/a995048c-4c18-4dce-9817-51796cb90aa5)\n\n##### All ordered items are kept in MySQL database\n![image](https://github.com/fasinfasi/Electronic_Store_management_web/assets/141424321/aa676b11-7af9-45f8-bddc-c4834c528c21)\n\n\n## Installation\n#### Prerequisites\n - Python (v3.6 or higher)\n - MySQL Server\n\n**Steps**\n1. Clone the Repository:\n   ```\n   https://github.com/fasinfasi/Electronic_Store_management_web.git\n   cd electronic-web-store\n   ```\n\n2. Set Up a Virtual Environment:\n   ```\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n\n3. Install Dependencies:\n   ```\n   pip install -r requirements.txt\n   ```\n\n4. Set Up the Database:\n   - Create a MySQL database and configure the connection settings in your Flask application.\n\n5. Run the Application:\n   ```\n   flask run\n   ```\n\n6. Access the App:\n   - Open your web browser and go to http://127.0.0.1:5000 (or the designated port).\n\n## License\nDistributed under the MIT License. See [LICENSE](license) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffasinfasi%2Felectronic_store_management_web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffasinfasi%2Felectronic_store_management_web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffasinfasi%2Felectronic_store_management_web/lists"}