Mini WhatsApp is a simple web-based chat application where users can send messages between specified senders and receivers. It supports basic operations such as creating, viewing, editing, and deleting messages.
- Send messages between users
- Edit and delete messages
- View message history
- HTML/CSS
- JavaScript
- Node.js
- Express
- MongoDB
- Clone the repository.
- Run
npm install
to install dependencies. - Start the server with
node index.js
.
Access the application at http://localhost:8080
.