MERN Stack Application which renders CLI UI template, enabling clients to execute shell commands in the server.
- Clone this repo
- Create .env from .env.example inside express-app/
sudo docker-compose --env-file=express-app/.env up
Java Websocket Server enables clients to execute shell commands in executors. Clients and Executors are connected to server via websockets.
- Create .env from .env.example inside socket/
sudo docker-compose -f docker-compose.socket.yml --env-file=socket/.env up
- Create .env from .env.example inside executor/
sudo docker-compose -f docker-compose.executor.yml --env-file=executor/.env up