Polymer-chat is a Chat application which allows to send questions and answers in a real-time chat. anyone can ask a question, anyone can answer.
- Make sure you are in the root folder =>
npm install
cd server
npm install
- Start the server =>
npm run start-server
- Start the Client => Open a new terminal =>
npm run start
Questions Ask a question by ending the setence with a question mark ('?'), If Boty knows the question he will answer right away, if not wait for another user to answer your question.
Answers Answer a question by simply writing a sentence that answers the last question.