An Socket IO web based application for real time chatting with friends.
- Full Stack functionality of a chat application
- Chat with a user
- Group chats
- Admin Dashboard
- File Sharing
- Hate Speech Detection
To run this project, you will need to add the following environment variables to your .env file
for server .env
MONGO_URI - Atlas Database URL
PORT - Preferred port to run the application
JWT_SECRET - Random string
ADMIN_SECRET - Random string
CLIENT_URL - URL of Client
CLOUDINARY_NAME
CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET
And for client .env
VITE_SERVER - URL of Server
VITE_FLASK_SERVER - URL of Flask server which uses NLP
Clone this repository git
git clone https://github.com/Ashish-Bind/Connect-Pro/
cd Connect-ProInstall dependencies from npm
cd server
npm i
cd client
npm i
Made with 💖 by Ashish and Team


