https://github.com/MagnusChase03/Silent-Circle
A real time end-to-end encrypted scalable group messenger.
https://github.com/MagnusChase03/Silent-Circle
chat-application docker end-to-end-encryption go mariadb nginx redis vue
Last synced: 8 months ago
JSON representation
A real time end-to-end encrypted scalable group messenger.
- Host: GitHub
- URL: https://github.com/MagnusChase03/Silent-Circle
- Owner: MagnusChase03
- License: gpl-3.0
- Created: 2024-09-03T15:23:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T09:47:40.000Z (over 1 year ago)
- Last Synced: 2025-02-02T07:22:02.188Z (over 1 year ago)
- Topics: chat-application, docker, end-to-end-encryption, go, mariadb, nginx, redis, vue
- Language: Go
- Homepage:
- Size: 9.33 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS4389 Final Project
*A real time end-to-end encrypted scalable group messenger.*
## Build
To build the entire application stack:
```
$ ./build.sh
```
## 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.
## Tech Stack
- Go
- Vue
- MySQL
- Redis
- Nginx
- Docker
## Contributers
- MagnusChase03