luisrabock / react-node-websocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


React-node-websocket πŸ‘‹


GitHub repo size GitHub language count GitHub last commit GitHub


In this project i create a Call Center with React, Socket io and Node.js to answer phone calls in a fully automated way!

Thanks to rodrigo branas who did this great tutorial:

https://www.youtube.com/watch?v=XVOu1Kb5Ji4

πŸš€  Installation and Documentation

You need to install Node.js and Npm first.

Clone repo: https://github.com/luisrabock/react-node-websocket

You must create an account at https://www.totalvoice.com.br/.

With API_KEY, replace the environment variable (TOTALVOICE_API_KEY)

πŸ§ͺ Development environment:

Enter the server folder (backend) then install the dependencies:

npm install

Start backend server:

node server

Enter the client folder (frontend), then install the dependencies:

npm install

Start frontend server:

npm start

The application is running in a development environment!!

❀️  Community and Contributions

Whether you are helping fixing bugs, proposing new feature, improving the app - I love to have you as part of the project.

πŸ“«  Have a question? Want to chat? Ran into a problem?

Glad to help you. My e-mail account is the best form of contact: luis@rocketlab.com.br .

🀝  Found a bug? Missing a specific feature?

Feel free to file a new issue with a respective title and description on the the react-node-websocket repository. If you already found a solution to your problem, i would love to review your pull request!

πŸ“˜  License

The react-node-websocket content management system is released under the under terms of the MIT License.

About

License:MIT License


Languages

Language:JavaScript 79.8%Language:HTML 14.9%Language:CSS 5.3%