This is a real-time chat app project. You can create channel to chat with each other. A few features in this app:
- Sign in, sign up, reset password with your email
- Send message
- Edit user's profile
- Create channel to start conversations
This is a API server (in Node/Express) Actually, there are two separated apps. The Client which serves the FrontEnd (using React), and the API (in Node/Express).
In order to run this project node.js and npm both need to have been installed.
- Clone this repo
- Run `npm start` to start the Express server.
- Visit http://localhost:5000/