kurakani
1.0.0
An easy platform to quickly chat with people all around the globe

"Kurakani" is a sleek and intuitive real-time chat application built with Next.js and Express. It offers users a seamless and engaging platform to connect with friends, family, and colleagues. With its modern design and responsive interface, "Kurakani" ensures an enjoyable chatting experience across devices. Stay connected, express yourself with emojis and stickers, and enjoy secure and instant communication with "Kurakani".
Node JS
git clone https://github.com/diwash007/kurakani.git
Set the required environment variables as given in env examples
Install NPM packages for frontend and start server
cd frontend
yarn
yarn devcd backend
yarn
yarn startgit checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)