{"id":24129326,"url":"https://github.com/emmo00/book-store","last_synced_at":"2026-04-15T13:32:26.400Z","repository":{"id":219357114,"uuid":"739750754","full_name":"Emmo00/book-store","owner":"Emmo00","description":"A book store app with flask","archived":false,"fork":false,"pushed_at":"2026-03-13T12:47:58.000Z","size":302,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-14T01:29:25.728Z","etag":null,"topics":["admin","bookstore","ecommerce","flask","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Emmo00.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}},"created_at":"2024-01-06T12:39:46.000Z","updated_at":"2026-03-13T12:47:56.000Z","dependencies_parsed_at":"2024-01-26T22:48:06.523Z","dependency_job_id":null,"html_url":"https://github.com/Emmo00/book-store","commit_stats":null,"previous_names":["emmo00/book-store"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Emmo00/book-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fbook-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fbook-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fbook-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fbook-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Emmo00","download_url":"https://codeload.github.com/Emmo00/book-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fbook-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"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":["admin","bookstore","ecommerce","flask","python","sqlalchemy"],"created_at":"2025-01-11T19:31:23.220Z","updated_at":"2026-04-15T13:32:26.378Z","avatar_url":"https://github.com/Emmo00.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Book-store app\n\nA book store app with flask\n\n## Features\n\n### Admin\n\n- Add, Edit books\n- Add, Edit pickup locations\n- View Orders (Pending and other)\n- View Shopping list (a list of all books that are ordered, for admin to buy them in bulk from wholesaler/retailer)\n\n### Client\n\n- View Books\n- Add books to cart\n- View items in cart\n- Place an order and pay with Flutterwave checkout\n- View previously make orders\n\n## Setup\n\n1. clone the project and `cd` into the directory.\n\n1. Create a virtual env\n\n```bash\npython -m venv venv\n```\n\n2. Run the following command to install dependencies.\n\n```bash\npython -m pip install -r requirements.txt\n```\n\n3. Run the following command to setup `pre-commit` and `black` for code formatting.\n\n```bash\npre-commit install\n```\n\n4. Set env variables\n\n### Environment variables\n\n```bash\nSECRET_KEY=\nDATABASE_URI=\n\n# location to save uploaded files\nUPLOADS_FOLDER=\n\n# admin username and password\nADMIN_USER=\nADMIN_PASS=\n\n# flutterwave API keys\nFLW_PUBLIC_KEY=\nFLW_SECRET_KEY=\n\n# app name and url\nAPP_NAME=\nAPP_URL=\n```\n\n5. Start application\n\n```bash\nflask run -h 0.0.0.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmo00%2Fbook-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmo00%2Fbook-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmo00%2Fbook-store/lists"}