Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Fully end-to-end encrypted full stack real time chat application.
- Host: GitHub
- URL: https://github.com/magnuschase03/cs4389-final-project
- Owner: MagnusChase03
- License: gpl-3.0
- Created: 2024-09-03T15:23:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T16:08:34.000Z (3 months ago)
- Last Synced: 2024-10-10T03:04:19.672Z (3 months ago)
- Topics: chat-application, docker, end-to-end-encryption, go, mariadb, nginx, redis, vue
- Language: Go
- Homepage:
- Size: 775 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
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