Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dilipsanapinb/chatappbackend

Backend need to deploy of chit-chat-app
https://github.com/dilipsanapinb/chatappbackend

Last synced: about 1 month ago
JSON representation

Backend need to deploy of chit-chat-app

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 backeend is not deployed, Only the frontend is deployed. If we need to run the application we nned 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: