{"id":48292683,"url":"https://github.com/andev0x/pystore-webapp","last_synced_at":"2026-04-04T23:15:47.109Z","repository":{"id":224854071,"uuid":"763130758","full_name":"andev0x/pystore-webapp","owner":"andev0x","description":"The grocery management system using Frontend, Backend, Database","archived":false,"fork":false,"pushed_at":"2025-07-11T07:54:46.000Z","size":590,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T11:02:56.055Z","etag":null,"topics":["bo","css","flask","html","javascript","mys","python"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/andev0x.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,"zenodo":null}},"created_at":"2024-02-25T16:33:28.000Z","updated_at":"2025-07-11T07:54:49.000Z","dependencies_parsed_at":"2024-03-02T05:27:17.150Z","dependency_job_id":"4f6aef73-9da1-4c09-a69b-055499966d53","html_url":"https://github.com/andev0x/pystore-webapp","commit_stats":null,"previous_names":["anvng/pystore-webapp","andevgo/pystore-webapp","andev0x/pystore-webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andev0x/pystore-webapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andev0x%2Fpystore-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andev0x%2Fpystore-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andev0x%2Fpystore-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andev0x%2Fpystore-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andev0x","download_url":"https://codeload.github.com/andev0x/pystore-webapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andev0x%2Fpystore-webapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31418289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["bo","css","flask","html","javascript","mys","python"],"created_at":"2026-04-04T23:15:46.729Z","updated_at":"2026-04-04T23:15:47.104Z","avatar_url":"https://github.com/andev0x.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pystore-webapp\n\nPystore-webapp is a comprehensive, three-tier web application designed for efficient grocery store management. This powerful system, built with a Python Flask backend and a user-friendly HTML/CSS/JS frontend, empowers you to streamline your store's operations, from product management to order tracking.\n\n## Key Features:\n\n*   **Product Management:** Easily add, edit, and remove products from your inventory.\n*   **Order Management:** Create new orders, view past orders, and track their details.\n*   **User-Friendly Interface:** An intuitive and responsive UI for seamless navigation and use.\n*   **Robust Backend:** A reliable Python Flask server handles all business logic and data processing.\n*   **MySQL Database:** All data is stored in a robust and scalable MySQL database.\n\n## Technical Stack:\n\n*   **Frontend:** HTML, CSS, JavaScript, Bootstrap\n*   **Backend:** Python, Flask\n*   **Database:** MySQL\n\n## Installation\n\n### Prerequisites\n\n*   Python 3\n*   MySQL Server\n*   `pip` (Python package installer)\n\n### Backend Setup\n\n1.  **Install Python dependencies:**\n    ```bash\n    pip install mysql-connector-python flask flask-cors\n    ```\n\n2.  **Set up the database:**\n    *   Make sure your MySQL server is running.\n    *   Execute the `pystoredb_setup.sql` script to create the database and tables:\n        ```bash\n        mysql -u your_username -p \u003c backend/pystoredb_setup.sql\n        ```\n\n3.  **Run the backend server:**\n    ```bash\n    cd backend\n    python server.py\n    ```\n    The server will be running on `http://127.0.0.1:5000`.\n\n### Frontend Setup\n\n1.  Open the `ui/index.html` file in your web browser.\n\n## Usage\n\n*   **Manage Products:** Click on the \"Manage Products\" button to add, edit, or delete products.\n*   **Create Orders:** Click on the \"New Order\" button to create a new customer order.\n*   **View Orders:** The main dashboard displays a list of all past orders.\n\n## Project Structure\n\n```\npystore-webapp/\n├── backend/\n│   ├── server.py           # Flask backend server\n│   ├── *.py                # Data Access Objects (DAOs) for database interaction\n│   └── pystoredb_setup.sql # SQL script for database schema setup\n├── ui/\n│   ├── *.html              # HTML files for the user interface\n│   ├── css/                # CSS stylesheets\n│   └── js/                 # JavaScript files for frontend logic\n└── README.md               # This file\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a pull request or open an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandev0x%2Fpystore-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandev0x%2Fpystore-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandev0x%2Fpystore-webapp/lists"}