/Whatsapp-mini-version

Chat with your friends in a more convenient way.

Primary LanguageJavaScript

Whatsapp-mini-version

Visit this website here. SignUp, LogIn and start exploring.

Dependencies required:

Instructions for the environment:

Download and install Node.js into your Operating System.

Download this complete repository and use my pre-installed dependencies:

Or run below command to set up the npm package. package.json file will be created:

npm init

Download the packages given in package.json file into your project environment by running the command:

npm install <package-name> --save

Change the Scripts in package.json file to:

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
}

Now, this web-app requires a mongodb database to work on. It's free for limited storage, SignUp and LogIn.

Build a cluster over there and add your connection string into this application code which looks like:

'mongodb+srv://<username>:<password>@cluster0-werpd.mongodb.net/Chatting?retryWrites=true&w=majority'

Application working:

Signup with a unique user-name, make new friends and start chatting.

Form multiple groups with all your contacts and enjoy this mini-whatsapp.

Try running over the localhost:4000 or visit the link provided above and make use of its features.