Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dilipsanapinb/chatappbackend
- Owner: dilipsanapinb
- Created: 2023-04-26T13:47:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-26T14:16:01.000Z (over 1 year ago)
- Last Synced: 2024-10-28T17:27:16.534Z (3 months ago)
- Language: JavaScript
- Homepage: https://chat-app-backend-omega.vercel.app
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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: