An all encompassing app that allows households to plan their meals, track expiry dates of items in their pantry and find local food donation points to donate surplus items. Households can also track their progress and earn badges based on how effectively they are managing their food.
Note: App currently runs best on screen sizes 428 x 926 (i.e. iPhone 12 Pro Max)
Begin with downloading all of the dependencies:
npm i
- Sign up to MongoDB and obtain a URI.
- Add this URI to your .env file
- Change data_sources/mongodb-atlas/config.json to reflect your clusterName.
To run this project, run the command:
npm run dev
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
api_id . |
string |
Required Your API id |
Add these credentials to a .env file and link to them in the edamam.js file under the routes folder.