Skip to content

m-zaguette/liquid_galaxy_aquarium

Repository files navigation

🐟 Liquid Galaxy - Aquarium

PT-BR

O Aquarium é um video player para duas telas.

📝 Antes de Executar

  1. Tenha certeza que o Liquid Galaxy Core está instalado, mais informações poderão ser encontradas nesse repositório
  2. Tenha certeza que está instalado o Node.js versão 14+ na máquina em que será executado o projeto:
node -v

💻 Executar projeto localmente

Primeiramente, clone esse repositório com o comando:

git clone https://github.com/m-zaguette/liquid_galaxy_aquarium.git

Após o primeiro passo, navegue até a pasta clonada e execute a instalação executando os seguintes comandos:

cd liquid-galaxy-aquarium

npm install

Após esses passos, para executar o projeto basta executar o comando:

node index.js

Com o projeto rodando, estará disponível através da url:

localhost:3000

Para acessar as telas (são 2 telas disponíveis):

localhost:3000/1
localhost:3000/2

Para acessar o controlador:

localhost:3000/controller

Agradecimentos

Gostaria de agradecer ao professor Marc Gonzalez Capdevila por suas aulas direcionando o desenvolvimento e mostrando diversas ferramentas. Também gostaria de agradecer ao repositório usado como fonte de consulta e aprendizado disponibilizado pelo Leonardo Ruas. Seu projecto Galaxy Pacman foi inspirador e extremamente divertido em horas vagas.

🐟 Liquid Galaxy - Aquarium

EN

The Aquarium is a 2-screen Youtube player.

📝 Before Running

  1. Make sure the Liquid Galaxy core is installed, more info about the installation can be found on this repository
  2. Make sure Node.js version 14+ is installed on the master machine by running:
node -v

💻 Running Project Locally

Firstly, clone the repository with the command:

git clone https://github.com/m-zaguette/liquid_galaxy_aquarium.git

Once the repository is cloned, navigate to the cloned folder and execute the installation script by running the following commands:

cd liquid-galaxy-aquarium

npm install

After these steps, to run the project you should run these command:

node index.js

With the project running, it will be available through the URL:

localhost:3000

To access the screen (2 screen available):

localhost:3000/1
localhost:3000/2

To access the controller:

localhost:3000/controller

Acknowledgment

I would like to thank the Teacher Marc Gonzalez Capdevila for his classes and showing us the tools for web development. I would also like to thank Leonardo Ruas for the repository used as source of learning Galaxy Pacman.

About

Project made to classes of WEB Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published