User story, Acceptance Criteria, Time Spent on Issue and estimated time details are in issue #155
Location
The custom domain API url used: https://api.holodium.com/v1/feedback
It's located in /frontend/floop_feedback/components/SubmitButton.js on line 4
To test:
[x] 1. Checkout the branch mf-issue155
[x] 2. Go to the frontend/floop_feedback folder
[x] 3. Run npm start in terminal
[x] 4. When the localhost window opens, open the Web Developer Tools
[x] 5. Click the Network tab on Web Developer Tools
[x] 6. Input some text in the text box and click submit
[x] 7. The analysis should appear under the buttons with sentence, question, and sentiment for each sentence. OPTIONS and POST should all have a 200 Status
Troubleshooting:
Type npm i in Terminal within the /frontend/floop_feedback/ folder then npm start if npm startdoesn't work right away.
Closes #155
User story, Acceptance Criteria, Time Spent on Issue and estimated time details are in issue #155
Location
The custom domain API url used: https://api.holodium.com/v1/feedback It's located in
/frontend/floop_feedback/components/SubmitButton.js
on line 4To test:
[x] 1. Checkout the branch
mf-issue155
[x] 2. Go to the
frontend/floop_feedback
folder[x] 3. Run
npm start
in terminal[x] 4. When the localhost window opens, open the Web Developer Tools
[x] 5. Click the Network tab on Web Developer Tools
[x] 6. Input some text in the text box and click submit
[x] 7. The analysis should appear under the buttons with sentence, question, and sentiment for each sentence. OPTIONS and POST should all have a 200 Status
Troubleshooting:
Type
npm i
in Terminal within the/frontend/floop_feedback/
folder thennpm start
ifnpm start
doesn't work right away.