Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thomasleese/food-products-api
- Owner: thomasleese
- Created: 2021-06-06T08:58:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T05:25:36.000Z (7 months ago)
- Last Synced: 2024-04-25T06:30:07.648Z (7 months ago)
- Language: Python
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```