friendChat icon indicating copy to clipboard operation
friendChat copied to clipboard

Simple chat to communicate with friends

friendChat

Simple chat to communicate with friends

Setup

Customize your data in config file

Installation

  1. Install server cd api && yarn

  2. Install app yarn

Usage

  1. Run mongodb cd api && sudo mongod

  2. Run server cd api && npm run start

  3. Run app on ios or android npm run ios or npm run android