https://github.com/techmannih/chatapp-backend
https://github.com/techmannih/chatapp-backend
backend chat chat-application cloudinary expressjs https mongodb mongoose multer multer-storage nodejs socket-io
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techmannih/chatapp-backend
- Owner: techmannih
- Created: 2023-11-21T06:08:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T14:30:24.000Z (about 2 years ago)
- Last Synced: 2025-02-14T05:15:27.026Z (about 1 year ago)
- Topics: backend, chat, chat-application, cloudinary, expressjs, https, mongodb, mongoose, multer, multer-storage, nodejs, socket-io
- Language: JavaScript
- Homepage: https://chat-app-backend-eight-kappa.vercel.app
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Chat App in Nodejs using Socket.IO
## Local Development
To setup this project locally for development purposes please follow the following steps:
**1. Ensure you Node.js installed. [See](https://nodejs.org/en/download/)**
**2. Clone this repo by running the command-**
$ git clone https://github.com/techmannih/chatApp-backend.git
**3. Navigate to the directory where the repo is cloned to.**
$ cd chatApp-backend
**4. Run to install all the dependencies.**
$ npm install
**5. Start the application locally by running.**
$ npm start
## Features
- Real Time chat application
- authenticate user with Google Account (firebase)
- Single chat application
- delete chat
- Send a messege
- delete messege
- Edit messege
- update user profile photo
- delete your account if you want
- logout your account