Skip to content

A real time end-to-end encrypted scalable group messenger.

License

Notifications You must be signed in to change notification settings

MagnusChase03/Silent-Circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silent Circle

A real time end-to-end encrypted scalable group messenger.

Build

To build the entire application stack:

$ ./build.sh [docker]

Usage

To run the entire application stack:

sudo podman-compose up -d

To stop the entire application stack:

$ sudo podman-compose down

The application will be available at https://localhost:8080.

The docker equivalent is:

$ docker compose up -d
$ docker compose down

Tech Stack

  • Go
  • Vue
  • MySQL
  • Redis
  • Nginx
  • Docker

Contributers

  • MagnusChase03