This repository provides a template for building RecipeRadar web application services in Python.
A single endpoint and corresponding empty test are provided, along with dependencies to build and run the service.
Make sure to follow the RecipeRadar infrastructure setup to ensure all cluster dependencies are available in your environment.
To install development tools and run linting and tests locally, execute the following commands:
$ make lint tests
To deploy the service to the local infrastructure environment, execute the following commands:
$ make
$ make deploy
You shouldn't really find yourself deploying or running the python-template
service; you should instead copy the contents of this template to a new repository and replace all references to python-template
with your service name.