Logo Lanfrica

COS301-SE-2025/Save-n-Bite

Domain:

socioeconomic

Record type:

software
Creator:
COS
Host:
Save n Bite is a digital platform connecting commercial food providers with individuals and organizations in need with the goal of combating food waste and hunger in South Africa using technology-driven solutions and community collaboration.✊ ## *"Reducing Food Waste Through Technology"* πŸŽβ™»οΈ --- ### Development ### Repository Activity ### Code & Contributors ## Project Description **Save n Bite** is a digital platform connecting commercial food providers with individuals and organizations in need with the goal of combating food waste and hunger in South Africa using technology-driven solutions and community collaboration.✊ Key features: - **Multi-User System** - Supports customers, food providers, NGOs, and system admins. - **Real-time inventory** and **secure verification** for users/businesses. - **Gamification** through badges for Food Providers and a digital garden for Customers. - **Impact dashboard** tracking meals saved and COβ‚‚ reduction. --- ## Tech Stack Category Technologies Frontend Backend Database Cloud DevOps --- Repository Structure ```text save-n-bite/ β”œβ”€β”€ save-n-bite-backend/ # Django backend application β”‚ β”œβ”€β”€ backend/ # Main Django project β”‚ β”‚ β”œβ”€β”€ __init__.py β”‚ β”‚ β”œβ”€β”€ settings.py # Configuration settings β”‚ β”‚ β”œβ”€β”€ urls.py # Main URL routing β”‚ β”‚ β”œβ”€β”€ wsgi.py # WSGI configuration β”‚ β”‚ └── asgi.py # ASGI configuration β”‚ β”œβ”€β”€ authentication/ # User authentication app β”‚ β”œβ”€β”€ admin_system/ # Administration app β”‚ β”œβ”€β”€ food_listings/ # Food listing management β”‚ β”œβ”€β”€ interactions/ # User interactions (cart, orders) β”‚ β”œβ”€β”€ notifications/ # Notification system β”‚ β”œβ”€β”€ analytics/ # AI/ML analytics β”‚ β”œβ”€β”€ scheduling/ # Pickup/delivery scheduling β”‚ β”œβ”€β”€ reviews/ # Review and rating system β”‚ β”œβ”€β”€ static/ # Static files β”‚ β”œβ”€β”€ media/ # User-uploaded media β”‚ β”œβ”€β”€ logs/ # System logs β”‚ …