Logo Lanfrica

kwabena-aboah/ghanahammer

Domain:

digital infrastructure

Record type:

software
Creator:
kwa
Host:
GhanaHammer β€” Ghana's Premier Online Auction Platform A full-featured auction marketplace built for Ghana, with real-time bidding, mobile money integration, escrow payments, AI features, and more. # πŸ”¨ GhanaHammer β€” Ghana's Premier Online Auction Platform A full-featured auction marketplace built for Ghana, with real-time bidding, mobile money integration, escrow payments, AI features, and more. ## ✨ Feature Highlights | Feature | Status | |---|---| | Real-time WebSocket bidding | βœ… | | Auto-bidding (Proxy Bidding) | βœ… | | Bid Sniper Protection (auto-extend) | βœ… | | Escrow Payment System | βœ… | | Paystack (Card, MoMo, Bank Transfer) | βœ… | | MTN MoMo / Telecel / AirtelTigo | βœ… | | KYC Verification | βœ… | | Two-Factor Authentication (2FA) | βœ… | | WhatsApp Notifications | βœ… | | AI Price Recommendations | βœ… | | AI Description Generator | βœ… | | Demand Forecasting | βœ… | | Fraud Detection | βœ… | | Seller Analytics Dashboard | βœ… | | Subscription Plans (Free/Silver/Gold/Platinum) | βœ… | | Bid Credits | βœ… | | Bulk CSV/Excel Import | βœ… | | Saved Searches & Smart Alerts | βœ… | | VIP Early Access | βœ… | | Featured & Sponsored Listings | βœ… | | Reserve Price Auctions | βœ… | | Buy Now + Auction | βœ… | | Live Video Auctions | βœ… | | In-App Messaging & Negotiation | βœ… | | Multi-Vendor Marketplace | βœ… | | Advanced Search Filters | βœ… | | Auction Scheduling | βœ… | | Seller Verification Badge | βœ… | | Watchlist | βœ… | ## πŸ› οΈ Tech Stack - **Backend**: Django 5.1, Django REST Framework - **Frontend**: Vue 3 (CDN), Bootstrap 5.3, Bootstrap Icons - **Real-time**: Django Channels 4, WebSockets, Redis - **Task Queue**: Celery + Redis - **Database**: PostgreSQL (prod), SQLite (dev) - **Payments**: Paystack (cards, mobile money, bank transfer) - **Notifications**: WhatsApp Business API, Email, In-App WebSocket - **AI**: Rule-based engine (extendable to Claude API) - **Storage**: WhiteNoise (static), AWS S3 (media, optional) - **Hosting**: Render.com or Namecheap ## πŸš€ Quick Start (Local Development) ### Prerequisites - Python 3.11+ - pip - (Optional) Redis for Celery/Channels ```bash # 1. Clone and setup cd ghanahammer python -m venv venv source venv/bin/activate # Windows: venv\Scripts\activa …