Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magnuschase03/cs4389-final-project

Fully end-to-end encrypted full stack real time chat application.
https://github.com/magnuschase03/cs4389-final-project

chat-application docker end-to-end-encryption go mariadb nginx redis vue

Last synced: 1 day ago
JSON representation

Fully end-to-end encrypted full stack real time chat application.

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