Logo Lanfrica

frankchuks59/naijamarket

Domain:

socioeconomic

Record type:

software
Creator:
fra
Host:
πŸ‡³πŸ‡¬ A full-stack marketplace platform connecting buyers and sellers across Nigeria's 36 states. Built with Django, Bootstrap, and PostgreSQL. # πŸ‡³πŸ‡¬ NaijaMarket - Nigeria's Local Marketplace > **Live Demo:** naijamarket-vapn.onrender.c… A full-stack marketplace platform connecting buyers and sellers across Nigeria's 36 states. Built with Django, Bootstrap, and PostgreSQL. --- ## πŸ“Έ Screenshots ### Homepage ### How It Works ### Dashboard ### Admin Panel ### Chatbot ## ✨ Features ### For Buyers - πŸ” Search products by name, category, and location - πŸ“ View seller locations across all 36 states - 🚚 Filter by delivery availability - πŸ“± Mobile-responsive design ### For Sellers - πŸͺ Create seller profile with business information - πŸ“¦ Add/edit/delete product listings - πŸ“Š Dashboard with sales analytics - ⭐ Featured/verified product badges ### For Admins - πŸ‘‘ Full admin dashboard for product management - βœ… Verify sellers and products - 🌟 Feature products on homepage - πŸ“ˆ Platform analytics ### Security Features - πŸ” User authentication with OTP verification - πŸ”„ Password reset via email - πŸ›‘οΈ CSRF protection, secure sessions - πŸ‘₯ Role-based access control (Buyer/Seller/Admin) ### AI-Powered - πŸ€– NaijaAI Business Advisor chatbot - πŸ“ Location recommendations for new businesses - πŸ“Š Market analysis and pricing guidance --- ## πŸ› οΈ Tech Stack | Category | Technology | |----------|------------| | **Backend** | Django 4.2, Python | | **Frontend** | Bootstrap 5, HTML, CSS, JavaScript | | **Database** | PostgreSQL (Production), SQLite (Development) | | **Deployment** | Render.com | | **Static Files** | WhiteNoise | | **Security** | OTP, Password Reset, CSRF Protection | | **Version Control** | Git, GitHub | --- ## πŸš€ Quick Start ### Prerequisites - Python 3.11+ - pip - PostgreSQL (for production) ### Installation ```bash # Clone the repository - πŸ™ GitHub: github.com git clone github.com cd naijamarket # Create virtual environment python -m venv venv # Activate virtual environment # Windows: venv\Scripts\activate # Mac/Linux: source venv/bin/activate # …