Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 613 Bytes

File metadata and controls

35 lines (25 loc) · 613 Bytes

S2020 Fighting Mongooses

TIP Chat App

Goals

  • Android App
  • Contacts Search
  • One-to-One, End-to-End Encrypted Chat

Technologies

  • Nodejs, Expressjs, Socket.IO
  • Android SDK
  • MongoDB
  • Webstorm, Android Studio

Installation

Server

Server Requirements
Server Instructions
  1. cd Server/
  2. yarn install
  3. yarn start
Generating Server Documentation
  1. cd Server/
  2. yarn install --dev
  3. yarn docs