https://github.com/eyaprak/chat-app
đź’»This application was built using by Node.js, Express.js, Socket.io and MongoDB technologies.
https://github.com/eyaprak/chat-app
expressjs mongodb nodejs socket-io
Last synced: 2 months ago
JSON representation
đź’»This application was built using by Node.js, Express.js, Socket.io and MongoDB technologies.
- Host: GitHub
- URL: https://github.com/eyaprak/chat-app
- Owner: eyaprak
- Created: 2021-06-23T15:28:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T11:17:47.000Z (almost 5 years ago)
- Last Synced: 2025-02-21T17:25:00.577Z (over 1 year ago)
- Topics: expressjs, mongodb, nodejs, socket-io
- Language: JavaScript
- Homepage: https://ey-chat-app.herokuapp.com/
- Size: 5.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.JS Chat App
## General info
This project has made with `Node.js`, `Express.js`, `Socket.io` and `MongoDB` technologies. This is a `chat application` that you can chat with others. You can see left, join and online users and you can receive a message from them in real time. You can also send a `shake` to „others” with a sound. The admin user, who has admin permission, can clean the all chat by click the `clear msg button`.
## Setup
To run this project, install it locally using npm:
The mongoDB connection string needs to change in `config.json` file to connect mongoDB.
```
$ cd ../chat-app
$ npm install
$ npm start
```
## SCREENSHOTS
### Login Form

### Register Form

### Three users are in the same chat.

### Two users are in the same chat one of them is admin.

### Mobile Screen

### Mobile Screen Online Users
