A real time end-to-end encrypted scalable group messenger.
To build the entire application stack:
$ ./build.sh [docker]
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
- Go
- Vue
- MySQL
- Redis
- Nginx
- Docker
- MagnusChase03