No description
This repository has been archived on 2026-07-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 90.2%
  • Java 9.4%
  • HTML 0.3%
  • Dockerfile 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-05-24 21:34:14 +03:00
backend Merge 'backend' project as subdirectory 2022-05-24 21:27:25 +03:00
frontend Merge 'frontend' project as subdirectory 2022-05-24 21:31:45 +03:00
.gitignore update submodule 2022-05-22 19:02:12 +03:00
docker-compose.yml feat: add docker-compose.yml, updated submodules 2022-05-01 22:04:32 +03:00
LICENSE Initial commit 2022-04-28 19:48:46 +03:00
README.md Update README.md 2022-05-24 21:34:14 +03:00

robot-platform

All trading bot services started from single repository

Cloning

git clone --recursive <url>

Requirements

  1. Docker
  2. Docker Compose

How to run it?

docker-compose build
docker-compose up

Also read backend/README.md