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
- Host: GitHub
- URL: https://github.com/potat-dev/meme-search
- Owner: potat-dev
- License: mit
- Created: 2022-07-14T11:02:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T20:58:52.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T14:12:09.237Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 956 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```