Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.31 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.31 KB

Cashew

React TailwindCSS ShadcnUI Express.js MongoDB

Cashew is a simple chat application built with the MERN stack.

Features

  1. Authentication&Authorization with JWT
  2. Google/GitHub login support
  3. Real-time messaging
  4. Online status display
  5. Contact list search
  6. Responsitve UI design

Usage

# 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

Contributing

Feel free to open an issue or submit a pull request.

License

MIT