Auto trade and manage stocks/coins platform
- python 12.0
- poetry 1.6.1
- fastapi 0.104.1
git clone https://github.com/CasselKim/TTM.git`
https://python-poetry.org/docs/#installing-with-the-official-installer
poetry install
docker build -f docker/Dockerfile . -t ttm-image
docker compose -f docker/docker-compose-local.yml -p ttm up -d
- PR open
- Test by github action
- Auto-merge when test pass
- Build as image and push to Docker hub
- Run the image on the AWS EC2 through github action
This project is licensed under the terms of the MIT license.