Talky is a Full Stack Chatting App.
Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
- React
- React-Bootstrap
- Socket.io-Client
- Axios
- Context API
- Node JS
- Express JS
- Socket.io
- Mongoose
- Mongo DB
Clone the project
git clone https://github.com/mustafahincal/chat-app.git
Go to the project directory
cd talky
Install dependencies
cd client/
yarn install or npm install
cd server/
yarn install or npm install
Start the server
cd server/
yarn start or npm start
Start the Client
cd client/
yarn start or npm start