Skip to content

Quarezz/gr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server

  • matrix: docker.io/matrixdotorg/synapse:latest
  • db: docker.io/postgres:12-alpine
  • web client: vectorim/element-web

Mobile Client

Implementation

Matrix is deployed inside a docker alongside element web client and postgres DB. Mobile app is an empty Flutter app that imports FluffyChat that was adjusted to be a flutter module. FluffyChat also has a hardcoded default local homeserver.

Setup

  • Clone this repo
  • cd p2p_chat_server
  • docker-compose up
  • cd ../p2p_chat_app
  • (optional) run ./bootstrap-mac.sh (or for windows ./bootstrap-win.ps1)
  • (optional) install Android Studio, SDK/NKD and Android 34 API
    • Launch Android Emulator using Device Manager
  • (optional) check the setup using flutter doctor
  • flutter run

Usage

  • Navigate to http://localhost:8080 to use WEB UI
  • Register new user
  • Lunch flatter app on emulator and login with user credential used during registration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published