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.
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.