Skip to content

Kurakani - an easy platform to quickly chat with people all around the globe

License

Notifications You must be signed in to change notification settings

GiloByte/kurakani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Kurakani

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

Table Of Contents

About The Project

Screen Shot

"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".

Built With

Getting Started

Prerequisites

Node JS

Installation

  1. Clone the repo
git clone https://github.com/diwash007/kurakani.git
  1. Set the required environment variables as given in env examples

  2. Install NPM packages for frontend and start server

cd frontend
yarn
yarn dev
  1. Install NPM packages for backend and start server
cd backend
yarn
yarn start

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request