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

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

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
```