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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0e8a44 · Jan 12, 2025
Dec 13, 2023
Jun 22, 2022
Jun 22, 2022
Jul 12, 2024
Jul 11, 2022
Dec 18, 2020
Mar 5, 2020
Jan 8, 2025
Dec 18, 2020
Nov 21, 2024
Jan 12, 2025
Nov 21, 2024
Jan 12, 2025

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