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.gitGo to the project directory
cd talkyInstall dependencies
cd client/
yarn install or npm install cd server/
yarn install or npm installStart the server
cd server/
yarn start or npm startStart the Client
cd client/
yarn start or npm start



