Realtime chat application
You need to install node.js and redis on your machine to be able to run this project
Clone project
git clone https://github.com/muhammedmirzakilic/chat.git
Go to directory and install dependencies via npm/yarn
cd chat && npm install
Then run project
npm run dev