React Express Example

This is a real-time chat app project. You can create channel to chat with each other. A few features in this app:

  1. Sign in, sign up, reset password with your email
  2. Send message
  3. Edit user's profile
  4. Create channel to start conversations

About the app

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).

Prerequisites

In order to run this project node.js and npm both need to have been installed.

Deployment

  1. Clone this repo
  2. Run `npm start` to start the Express server.
  3. Visit http://localhost:5000/

Built With