A chat app messenger with expressjs and reactjs
Contact with developer »
Report Bug
·
Request Feature
Table of Contents
This chat app is like Telegram, whatsapp and other messengers, you can send text,photo, file and other things.
Here's why:
- You can learn about how to create a chat app with nodejs and reactjs
- You can use of this chat app in your Business or you can use some part chat app
- This chat app is full open source and you can find and send bug from this chat app for me
This chat app created by many technology and used of sql and nosql for store data users and conversations
You can run this chat app in localhost or your server and also you first should download and run chat app backend for download source ( click here. )
For use of chat app, you should download npm
- npm
npm install npm@latest -g
So to run the chat app properly, please go step by step.
- Clone the repo
git clone https://github.com/aminmalekzadeh/chat-app-frontend.git
- Install NPM packages
npm install
- Enter your Domain in
src/utils/HttpService.js
this.client = axios.create({ baseURL: 'YOUR_DOMAIN', timeout: 1000 });
- Run project chat app
npm start
Amin Malekzadeh - Linkedin - aminmalekzadeh004@gmail.com
Project Link: https://github.com/aminmalekzadeh/chat-app-frontend
During the development of this route I have used the following resources!