{"id":19297130,"url":"https://github.com/dnmore/sarcastic-shopping","last_synced_at":"2026-03-01T02:33:14.377Z","repository":{"id":261578324,"uuid":"884328617","full_name":"dnmore/sarcastic-shopping","owner":"dnmore","description":"Playful eCommerce app built with React and Flask, offering ridiculous products with absurd descriptions, nonsensical categories, and sarcastic checkout options.","archived":false,"fork":false,"pushed_at":"2025-11-26T07:42:48.000Z","size":829,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-29T07:45:58.272Z","etag":null,"topics":["ecommerce","flask","full-stack","python","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dnmore.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-06T14:57:03.000Z","updated_at":"2025-11-26T07:42:45.000Z","dependencies_parsed_at":"2025-04-12T05:43:15.501Z","dependency_job_id":null,"html_url":"https://github.com/dnmore/sarcastic-shopping","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":"0.038461538461538436","last_synced_commit":"ac22441e63f7d177d367fe22e9660e4dc56501e8"},"previous_names":["dnmore/sarcastic-shopping"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dnmore/sarcastic-shopping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmore%2Fsarcastic-shopping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmore%2Fsarcastic-shopping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmore%2Fsarcastic-shopping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmore%2Fsarcastic-shopping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnmore","download_url":"https://codeload.github.com/dnmore/sarcastic-shopping/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmore%2Fsarcastic-shopping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29959113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"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":["ecommerce","flask","full-stack","python","reactjs"],"created_at":"2024-11-09T23:01:11.832Z","updated_at":"2026-03-01T02:33:14.326Z","avatar_url":"https://github.com/dnmore.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛒 Sarcastic Shopping \n\n**Sarcastic Shopping** is a full-stack fictional eCommerce application built with a humorous twist, featuring **React** on the frontend and **Python (Flask)** on the backend. This app sells products that no one really needs, complete with absurd descriptions, nonsensical categories, and sarcastic interactions throughout the shopping experience. \n\n![Preview](/preview.png)\n\n## ✨ Features\n\n- **Hilarious Product Listings**: Explore items with comically pointless names, descriptions, and prices.\n- **Category Filtering**: Filter items by absurd categories, such as:\n  - **All Absurdities**\n  - **Luxuriously Useless**\n  - **Nostalgic Nonsense**\n  - **Quirkily Comforting**\n- **User Authentication**:\n  - Sign up, sign in, and sign out securely, with form validation and error handling.\n  **Cart Management**:\n  - Add products to your cart with preview.\n  - Custom messages on the cart icon for empty, single-item, or multiple-item states.\n- **Protected Checkout**:\n  - Only accessible by logged-in users. Unauthorized users receive a notification.\n  - Features Stripe integration for payment processing:\n- **Customizable Checkout Options**:\n  - **Shipping Options**: Choose from over-the-top delivery methods with unique fees.\n  - **Gift Wrap Choices**: Add whimsical wrapping options for an extra laugh.\n  - **Warranty Options**: Pick a humorous, often useless warranty plan for your item.\n- **Sarcastic Chatbot**: A bot that responds to user queries with random, witty remarks.\n\n## 🛠️ Tech Stack\n\n### Backend\n- **Python** and **Flask** for server-side logic\n- **flask_restful** for API development\n- **flask_cors** for handling CORS policies\n- **flask_bcrypt** for password hashing\n- **PostgreSQL** database with:\n  - **SQLAlchemy** ORM for database interactions\n  - **psycopg2** as Python-PostgreSQL Database Adapter\n- **flask_jwt_extended** for JWT-based authentication\n- **dotenv** for environment variables management\n- **gunicorn** as Python WSGI HTTP Server for UNIX\n\n\n### Frontend\n- **React** with **Vite** for a fast and modern frontend\n- **TailwindCSS** for utility-first styling\n- **MUI** (Joy and Material UI) for UI components\n- **Formik** and **Yup** for form validation\n- **React Router** for routing\n- **React Icons** for iconography\n\n## ⚙️ Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/dnmore/sarcastic-shopping.git\n   ```\n2. Backend Setup:\n   - Navigate to the backend directory:\n   ```bash\n     cd backend\n   ```\n   - Install required Python packages:\n   ```bash\n     pip install -r requirements.txt\n   ```\n   - Set up environment variables in a `.env` file.\n   - Start the Flask server:\n   ```bash\n     flask run\n   ```\n3. Frontend Setup:\n   - Navigate to the frontend directory:\n   ```bash\n     cd frontend\n   ```\n   - Install frontend dependencies:\n   ```bash\n    npm install\n   ```\n   - Start the development server:\n   ```bash\n    npm run dev\n   ```\n## 🚀 Contributing\n\nWant to add some more absurd product ideas or a new sarcastic comment? Pull requests are welcome! Make sure your additions match the tone and style of the project.\n\n## 📄 License\n\nThis project is licensed under the MIT License. Have fun, but don't blame if someone actually tries to buy one of these ridiculous items.\n\nHappy Shopping, Sarcastically! 😜\n  \n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmore%2Fsarcastic-shopping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnmore%2Fsarcastic-shopping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmore%2Fsarcastic-shopping/lists"}