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

https://github.com/potat-dev/meme-search

Search API for memes by description with Python, MongoDB, and React
https://github.com/potat-dev/meme-search

Last synced: about 1 year ago
JSON representation

Search API for memes by description with Python, MongoDB, and React

Awesome Lists containing this project

README

          

# meme-search
Search API for memes by description with Python, MongoDB, and React.

# `run`
```console
cd src
uvicorn main:app [--reload]
```