ChitChat: Your vibrant hub for forging connections, fostering friendships, and seamlessly exchanging media through video calls and messages.
ChitChat is ultimate destination for connecting, forging friendships. Seamlessly blend video calls, media messages, and crystal-clear audio calls
- React
- Figma
- Iconify
- LottieFiles
- Redux Toolkit
- React Image File Resizer
- Firebase
- Simple Peer
- Socket Client
npm is a package manager for the JavaScript programming language maintained by npm, Inc. npm is the default package manager for the JavaScript runtime environment Node.js and is included as a recommended feature in the Node.js installer.
Node.js is a cross-platform, open-source JavaScript runtime environment that can run on Windows, Linux, Unix, macOS, and more. Node.js runs on the V8 JavaScript engine, and executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting.
Git is a distributed version control system used for software development. It allows multiple developers to work on the same codebase simultaneously, keeping track of changes and managing versions. It also enables users to revert changes and collaborate more effectively.
Step 1 - Clone the chitchat project.
git clone https://github.com/prince2520/chitchat.git
Step 2 - Change directory to frontend
cd frontend
Step 3 - Install the necessary dependencies
npm install
Step 4 - Add environment variables
# Create .env file and paste to src folder
# Add the url of your server
REACT_APP_SERVER_URL= http://127.0.0.1:5000 //By Default Server
# Add your firebase credentials here
# firebase config (Add your config data)
REACT_APP_apiKey=*****
REACT_APP_authDomain=*****
REACT_APP_projectId=*****
REACT_APP_storageBucket=*****
REACT_APP_messagingSenderId=*****
REACT_APP_appId=*****
REACT_APP_measurementId=*****
Step 5 - Run frontend server locally.
npm start
Step 6 - Change directory to backend.
cd backend
Step 7 - Install the necessary dependencies.
npm install
Step 8 - Add environment variables.
# add .env file to root directory
# Add your MongoDB credentials here
MONGODB_URI=*****
DB_USER=*****
DB_PASSWORD=*****
DB_NAME=*****
#JWT Secret Key
JWT_SECRET_KEY=****
Step 9 - Run backend server locally.
npm start
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
-
If you have suggestions for adding or removing projects, feel free to open an issue to discuss it
-
Please make sure you check your spelling and grammar.
Wanna contribute to ChitChat ?
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/FeatureName
) - Commit your Changes (
git commit -m 'Add some FeatureName'
) - Push to the Branch (
git push origin feature/FeatureName
) - Open a Pull Request
Developers are requested to go through our code of conduct thoroughly to maintain a peaceful environment within our project.
Distributed under the MIT License. See LICENSE for more information.