amosproj / amos2021ws01-geo-data-search

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

Receive input string from frontend #41

Closed oliviadargel closed 2 years ago

oliviadargel commented 2 years ago

User story

  1. As a backend developer
  2. I want to receive a Strins from frontend
  3. So that I can forward it to the NLP component

Acceptance criteria

Definition of done

chrisjherm commented 2 years ago

First dummy simulated with Postman: Postman POST: localhost:8080/backend/user_query Postman Body/x-www.form-urlencoded:

KEY = ttt
VALUE = sss

Result: parameter isr eceived in the backend method FrontendController.receiveQueryFromFrontend( ) and can be printed.