https://github.com/yeukfei02/search-recipe-api
search-recipe-api
https://github.com/yeukfei02/search-recipe-api
ariadne graphql python
Last synced: 3 months ago
JSON representation
search-recipe-api
- Host: GitHub
- URL: https://github.com/yeukfei02/search-recipe-api
- Owner: yeukfei02
- License: mit
- Created: 2021-03-14T14:05:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:11:18.000Z (over 1 year ago)
- Last Synced: 2025-01-11T01:27:17.139Z (5 months ago)
- Topics: ariadne, graphql, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# search-recipe-api
search-recipe-api
documentation:
## Requirement
- install python(3.8)
- install pip3
- install uvicorn## Testing and run
```zsh
// use requirements.txt
$ pip3 install -r requirements.txt// test api in local
$ uvicorn app:app
```