/planner

The RecipeRadar planner provides suggested meal plans when provided with a kitchen inventory and dietary constraints

Primary LanguageMakefileGNU Affero General Public License v3.0AGPL-3.0

RecipeRadar Planner

The RecipeRadar planner provides suggested meal plans when provided with a kitchen inventory and dietary constraints.

Install dependencies

Make sure to follow the RecipeRadar infrastructure setup to ensure all cluster dependencies are available in your environment.

Development

To install development tools and run linting and tests locally, execute the following commands:

$ make lint tests

Local Deployment

To deploy the service to the local infrastructure environment, execute the following commands:

$ make
$ make deploy