Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
/ gateway Public archive
generated from openculinary/python-template

Lightweight referral-logging service that sits on the path to the RecipeRadar frontend delivery service

License

Notifications You must be signed in to change notification settings

openculinary/gateway

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

Lightweight referral-logging service that sits on the path to the RecipeRadar frontend delivery service

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks