Setup Flask Backend
-
Use Flask (Python)
-
Backend has to..
- Parse Search Input from Frontend
- Create POST Request to ElasticSearch
- Handle ElasticSearch Result Output
- Generate JSON for Frontend to display Search Results
Use Flask (Python)
Backend has to..