This project is analogue of most of Chats from the internet. This is the real-time application using AJAX, REST, websockets, React (with hooks) + Redux (@ reduxjs / toolkit) + Formik!
make install
make start
// open localhost:8080
make test-coverage
// or only tests
make test