To make everything work fine, check the .env-template file and add your configuration, then rename to ".env".
After that, go to server/assets/behhchat-module and change the server that it is aiming to your API server IP.
And after that go to client/components/Chat.jsx to change the url of the Express server.
- Create a ExpressJS server to make API calls
- Create a SocketIO server to make the chat
- Create a MySQL database to store and communicate
- Create a PrestaShop module to make the API calls
- Securize the chat app and the database
- Make a shell script to automate the installation
For server:
run make dev
For client:
run npm run dev