The Western Green Bin Project is a comprehensive initiative aimed at promoting environmentally sustainable waste management practices within the residential facilities of Western University. We aim to provide students with a convenient and accessible system to separate and dispose of organic waste responsibly. By implementing green bins in each dormitory and integrating a dedicated mobile app, we aim to foster a culture of responsible waste management and contribute to a greener future.
- React Native
- Django
- OpenCV
- Expo
- Figma
To get a local copy up and running, follow these simple steps:
- npm
npm install npm@latest -g
- expo (iOS app)
- Clone the repo
git clone https://github.com/mlekhi/green-bin.git
- Install NPM packages
cd greenbin
npm install
- Connect to Expo
expo start
- Run the Django server
cd django
python manage.py runserver
- Open a Pull Request