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
β β¦