{"id":21933190,"url":"https://github.com/SylviaChebetEMTH/UrbanBazaar","last_synced_at":"2025-12-30T21:55:40.031Z","repository":{"id":251085104,"uuid":"835333767","full_name":"SylviaT01/UrbanBazaar","owner":"SylviaT01","description":"UrbanBazaar is a web-based e-commerce platform designed to simplify online shopping by offering a vast selection of products across categories like electronics, mobiles, clothes, groceries etc. Built with React for a dynamic front-end and Flask for a robust back-end, the platform ensures a seamless user experience. ","archived":false,"fork":false,"pushed_at":"2024-08-16T09:26:07.000Z","size":49517,"stargazers_count":1,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T13:27:44.518Z","etag":null,"topics":["flask","javascript","python","reactjs","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://urban-bazaar-red.vercel.app/","language":"Python","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/SylviaT01.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-07-29T16:08:54.000Z","updated_at":"2024-08-16T09:39:39.000Z","dependencies_parsed_at":"2024-08-07T22:40:00.764Z","dependency_job_id":"b2365bc6-a633-423b-b943-952d2e454d2b","html_url":"https://github.com/SylviaT01/UrbanBazaar","commit_stats":null,"previous_names":["sylviat01/urbanbazaar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SylviaT01/UrbanBazaar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SylviaT01%2FUrbanBazaar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SylviaT01%2FUrbanBazaar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SylviaT01%2FUrbanBazaar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SylviaT01%2FUrbanBazaar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SylviaT01","download_url":"https://codeload.github.com/SylviaT01/UrbanBazaar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SylviaT01%2FUrbanBazaar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267867828,"owners_count":24157357,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["flask","javascript","python","reactjs","sqlalchemy"],"created_at":"2024-11-29T00:08:50.372Z","updated_at":"2025-12-30T21:55:39.987Z","avatar_url":"https://github.com/SylviaT01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![HomePage Screenshot](/frontend-urban-bazaar/src/assets/HomePage.png)\n\n# UrbanBazaar\n\n## Introduction\nUrbanBazaar is a web-based e-commerce platform that offers a comprehensive list of products across various categories like electronics, mobiles, clothes, and groceries.\n\n## Minimum Viable Product(MVP) Features\nThe MVP of UrbanBazaar will include the following features:\n- **User Authentication**\n    - Login\n    - Registration\n    - Forgot Password\n- **Product Browsing**\n    - Browse products by category\n    - Search products by name or description\n    - Browse products by brand\n- **Shopping Cart**\n    - Add products to cart\n    - View cart contents\n    - Remove products from cart\n- **Order Checkout**\n    - Simulate a payment process internally\n    - Display order summary\n    - Generate address, billing information, and invoices for every order submitted\n\n## Admin Features\n\n- **Product Management**\n  - Perform CRUD (Create, Read, Update, Delete) operations on products\n\n- **User Management**\n  - Add users with specific roles to manage products and orders\n\n- **Analytics**\n  - View analytics for different products within the platform\n  - View analytics for orders made by customers\n## Technical Stack\n\n- **Backend**: Python with Flask\n  - The backend handles CRUD operations, user management, and analytics processing.\n  \n- **Frontend**: ReactJS\n  - The frontend renders product listings, manages the shopping cart, and simulates the checkout process.\n\n- **Wireframes**: Figma\n  - Figma designed Wireframes to visualize the layout and user flow before implementation.\n\n## Get Started\n1. Clone the repository\n    ```bash\n    git clone git@github.com:SylviaT01/UrbanBazaar.git\n    ```\n2. Install dependencies\n    ```bash\n    npm install\n    ```\n    ```bash\n    pipenv install\n    ```\n3. Enter virtual environment(Backend)\n    ```bash\n    pipenv shell\n    ```\n4. Start the Flask server\n    ```bash\n    python app.py\n    ```\n5. Start the React development server\n    ```bash\n    npm start\n    ```\n    \n## Requirements\n- Programming knowledge (HTML, JavaScript, Python and SQL)\n- Visual Studio as code editor\n- Basic understanding of web development and design principles\n- Familiarity with React and Flask frameworks\n- Experience with databases and SQL queries\n  \n## Contributions\n\nContributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request.\n\n## Authors\n- [Sylvia Chebet](https://github.com/SylviaT01)\n- [Wilfred Ketere](https://github.com/WLemmy)\n- [Morris Mburu](https://github.com/mrrsmburu)\n- [Lewis Wambugu](https://github.com/Wambuguu)\n- [Uwes Ahabab](https://github.com/ahabab23/ahabab23)\n\n## Copyright and License Information\nThe project is licensed under [MIT License](LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSylviaChebetEMTH%2FUrbanBazaar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSylviaChebetEMTH%2FUrbanBazaar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSylviaChebetEMTH%2FUrbanBazaar/lists"}