An open API service indexing awesome lists of open source software.

https://github.com/dilipsanapinb/chit-chat-app

A real Time Chat app with help of MongoDB, Express.js, React.js, Node.js, Socket.io. We can do a one-on-one as well as group chat.
https://github.com/dilipsanapinb/chit-chat-app

css express-js html nodejs reactjs socket-io

Last synced: 2 months ago
JSON representation

A real Time Chat app with help of MongoDB, Express.js, React.js, Node.js, Socket.io. We can do a one-on-one as well as group chat.

Awesome Lists containing this project

README

          

## Chit-Chat-App

Chit-Chat-App is a chat application that connects to one or more people through the real time chat service
with the help of the socket.io. This application is built with the tech stacks HTML, CSS, JavaScript, NodeJS , MongoDB ,Express.js and React,js. We are storing the the chats information with the help of the MongoDB, and when we logged in, we get all our chat history from database.

## Note
Chit-Chat-App's backend is not deployed, Only the frontend is deployed. If we need to run the application we need to run our backend locally and then we can use the deployed fontend link https://gentle-dragon-b91caf.netlify.app/.

## Tech Stacks
- React
- CSS
- HTML
- JavaScript
- NodeJS
- MongoDB
- ExpressJS
- Font Awesome

## API List;
# User API List
- GET /api/user
- POST /api/user
- POST /api/user/login

# chat API List

- GET /api/chat
- POST /api/chat
- POST /api/chat/group
- PUT /api/chat/rename
- PUT /api/chat/removegroup
- PUT /api/chat/add

# Messages API List

- POST /api/message
- GET /api/message/:chatId

## Screenshots

# Home Page:

# SignUp Page:

# Search User:

# All Chats Page:

# Create Group Chat:

# Update Group Chat Information:

# Admin Profile:

# Users Profile: