Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1001 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 1001 Bytes

RecipeRadar Python Template

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.

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

Operations

Note

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.