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
│ …