Skip to content

Latest commit

 

History

History

micro-live-manager

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Microservice live manager

🎥 Preview

📝 Info

  • Backend

    • NestJS
      • API REST
      • SocketIO
      • PeerServer
      • PostgreSQL
      • Redis
      • gRPC
  • Frontend

    • ReactJS
      • Single Page Application

ℹ️ Getting Started

  1. At the terminal, run:
$ docker-compose up -d
  1. Open frontend: The host localhost:8000 and start using it.

⚠️ Warning

If you have a permission error when running the docker, run these commands below to apply the permissions to the file .docker/entrypoint.sh, for windows use Git Bash.

/* Only for Unix environment */
$ chmod +x .docker/entrypoint.sh

/* Windows only (works on Git Bash terminal only) */
$ dos2unix .docker/entrypoint.sh