Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 894 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 894 Bytes

Rostov's Crypto Monitor

Plataforma para monitorear los valores de criptomonedas, definir reglas de compra y venta que apliquen según las condiciones o variaciones del mercado.

Ver README del cliente.

Ver README del server.

Integrantes

Run with docker

The following env vars should be set on a .env file at the root of this directory:

  • PORT: Port to run the server on.
  • WEB_PORT: Port to run the client on.

The server also needs a .env file in its directory with other variables.

Then:

docker-compose up --build

Will build the image for both server and client.