A mobile-first, comprehensive meal planner, grocery list and pantry inventory system. Search thousands of recipes (provided by Spoonacular). Bookmark your favorites, or add recipes to a meal plan and let Green Apron manage a grocery list for you. Purchased products are automatically added to your inventory, so you always have a digital representation of what's in the pantry!
A signed APK is available for Android versions 4.03 and above at this link.
Please note, to allow installation from non-marketplace sources, a user must enable the "Unknown sources" setting on a device before attempting to install an application. The setting for this may be found under Settings > Security.
Coming soon...
In the meantime, if you have Spoonacular API access, you can deploy Green Apron to your iOS device from Visual Studio or xCode.
Generated with MockuPhone
- C#
- Xamarin and Xamarin.Forms
- ASP.NET Core Web API
- Entity Framework, LINQ
- xUnit
- CI via Visual Studio Team Services
- Hosted on Azure
- Open the solution file in Visual Studio and allow the Nuget packages to restore
- Host the WebAPI project as desired, a base url is required for the next step
- Create a
Keys
class inGreenApron/Factories
using theGreenApron
namespace with the following values:public static string WebAPI
: url for the WebAPI servicepublic static string SpoonURI
: url for Spoonacular API servicepublic static string SpoonKey
: API token for Spoonacular API service
- To run, set your desired Startup Project in Visual Studio and press play
Green Apron's style guide is available here via Frontify.