Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 603 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 603 Bytes

ngendika

Ngendika is simple realtime chat application on web platform. Built using React JS.
Rest API is available here : https://github.com/RizqiSyahrendra/ngendika-api

Screenshot

Features

  1. Register
  2. Login
  3. Email verification (make sure mail config has been set in .env)
  4. Chat person to person
  5. Community (Add/Remove Friend)

Installation

  1. Create .env file from .env.example, change Rest API address, and change everything you need.
  2. Install NPM packages
    npm install
  3. Run
    npm start