amosproj / amos2021ws01-geo-data-search

Natural language and buzzword search on routing and places
MIT License
3 stars 1 forks source link

Add search input field and send the entered value to backend #66

Closed weribell closed 2 years ago

weribell commented 2 years ago

The entered search value will be sent via GET request to /search?q={searchValue}, the backend API root can be specified via docker-compose.yml.

Closes #48 and #49