Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephane-vanraes/pizza-api
Pizza Data
https://github.com/stephane-vanraes/pizza-api
Last synced: about 1 month ago
JSON representation
Pizza Data
- Host: GitHub
- URL: https://github.com/stephane-vanraes/pizza-api
- Owner: stephane-vanraes
- Created: 2023-11-30T07:28:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T07:24:44.000Z (12 months ago)
- Last Synced: 2024-01-03T15:33:19.552Z (12 months ago)
- Language: TypeScript
- Homepage: https://pizzas-dun.vercel.app
- Size: 8.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pizza Data
A SvelteKit based API with pizzas for demo purposes
Recipes and descriptions generated with ChatGPT
Images generated with Stable Diffusion (using ComfyUI)## API
GET all pizzas
GET pizza by id
GET pizza by slug (?)POST order (returns total price)
GET offers / discounts