FOODMAX - WASTEMIN: Food loss/waste prevention and Donation Platform
https://foodmaxwastemin.wordpress.com/
- Git
- node.js and npm
- Android Studio and Android SDK
- Clone this repository to your local computer
git clone https://github.com/CankayaUniversity/ceng-407-408-2023-2024-FOODMAX-WASTEMIN-Food-loss-waste-prevention-and-Donation-Platform.git
- Navigate into the project directory.
cd ceng-407-408-2023-2024-FOODMAX-WASTEMIN-Food-loss-waste-prevention-and-Donation-Platform
- Install all the necessary dependencies using npm.
npm install
- To run the app run this command and then when it is started press 'a' for run the android emulator
npm start
- Copy the .env.default file in your local environment and rename it to .env. Then, replace the API keys within this file with your own keys.
Follow these steps to get your Flask server up and running on your local machine.
- Python 3.x
- pip (Python package installer)
- Change directory to flask server and install the dependencies
cd flask-server
- Create and Activate Virtual Environment (macOS/Linux)
python3 -m venv venv
source venv/bin/activate
- Install Dependencies
pip3 install -r requirements.txt
- Run the Server
python3 server.py
Do this if necessary
- List your emulator devices
adb devices
- Change emulators port to 5000
adb -s emulator-5554 reverse tcp:5000 tcp:5000



