Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.
/ vimeet-server Public archive

Backend of meeting tool to support during online meeting

Notifications You must be signed in to change notification settings

mikel-jason/vimeet-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Meeting Tool

University project by JulianGroshaupt and sarcaustech

Using Docker

The containerization is set up with multi-staging to build an image without the compilation overhead of Rust / Cargo (see Dockerfile).

To build the docker image, run the following in the project's directory:

docker build -t vimeet-server .

To create and start a container, run:

docker run -itd -p <YOUR_HOST_PORT>:8080 --name <YOUR_CONTAINER_NAME> vimeet-server

References

About

Backend of meeting tool to support during online meeting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published