Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomasleese/food-products-api

Reference information about different food products, powered by Open Food Facts.
https://github.com/thomasleese/food-products-api

Last synced: about 6 hours ago
JSON representation

Reference information about different food products, powered by Open Food Facts.

Awesome Lists containing this project

README

        

# Food Products API

**Reference information about different food products, powered by [Open Food Facts].**

[Open Food Facts]: https://openfoodfacts.org

## Getting started

```sh
poetry install
```

### Running the server

```sh
poetry run uvicorn food_products_api.web:app
```

### Running the tests

```sh
poetry run pytest
```