Skip to content
forked from ZeroFuture/Aloha

Chat Web App made with NodeJS, React, Redux and Socket.io

Notifications You must be signed in to change notification settings

JasmineWeii/Aloha

 
 

Repository files navigation

Aloha! is an instant messaging application that provides service to registered users. After login, users are free to add/delete friends, initiate one to one real-time chats, start/join a group chat based on channel Id.

Author

Zhidong Qu, Jiayan Wei, Qimin Cao, Xinmeng Zhang

Usage

  1. Install MongoDB Community Edition.
brew install [email protected]
  1. Clone project to your local.
git clone https://github.com/ZeroFuture/Aloha.git
  1. Run MongoDB Community Edition.
brew services start [email protected]
  1. Start the server.
npm install
nodemon index.js
  1. Start the client.
cd client
npm install
npm start

The browser will be automatically starte at https://localhost:3000, and you can start exploring our application!

About

Chat Web App made with NodeJS, React, Redux and Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • HTML 3.0%