Skip to content

This repository provides a template for building RecipeRadar web application services in Python

License

Notifications You must be signed in to change notification settings

openculinary/python-template

Repository files navigation

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.

About

This repository provides a template for building RecipeRadar web application services in Python

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks