Cashew is a simple chat application built with the MERN stack.
- Authentication&Authorization with JWT
- Google/GitHub login support
- Real-time messaging
- Online status display
- Contact list search
- Responsitve UI design
# Clone the repo
git clone https://github.com/iamgodot/cashew.git
cd cashew
# Setup env file(fill in the variables)
cp .env.example .env
# Install dependencies
npm i
# Run api server
npm run server
# Run app
npm run dev
Feel free to open an issue or submit a pull request.