tangy-gese-4843
Chit--chat-application
- Collaborative Project
- Contributors
- Ayushi Soni(Team Lead)
- Dilip Sanap
- Pavan Ingalagi
- Manthan Pelne
- Aniket Babariaya
- Chat Chat is messaging app can support one-on-one and group chat functionality
- React
- Node.js
- Express
- MongoDb Atlas
- Mongoose
- Moment
- Socket.io
https://chit-chat-app-buur.onrender.com
- User can sign up
- User can upload profile image with sign up
- user can login with email and password
- User can visit severals sections of chat
- Group chat with multiple users
- Find the users by search thier name
- User can leave the chat group
API endpoints
NO need to give token . Taken care by redis.cliet.Get
localhost:5000/api/user/
- Name
- Password
- Pic link
localhost:5000/api/user/login
- Password
localhost:5000/user/
localhost:5000/user?search={name/email}
localhost:5000/message/ -POST request
-GET request
localhost:5000/message/:chatId
1.Get All chat localhost:5000/chat
- Post
2.get all chat localhost:5000/chat
- GET
localhost:5000/chat/group
-Name of Group -Add members
localhost:5000/chat/renameGroup
-chatId i.e. group ID
- new Name
localhost:5000/chat/removeFromGroup
-chatId of group -userId of member
localhost:5000/chat/addToGroup
-chatId -_id of member