This is the nodejs api for Bulls vs. Bears, a commission free stock trading api that utilizes basic algorithmic trading.
cd docker && docker-compose up -d
- this starts up the dev environment
- Please see .env.example files for necessary environment variables.
- To enter the container machine:
docker exec -it [container_name] bash
- To see which containers are running:
docker ps
cd docker && docker-compose up -d
docker exec -it bvb_db bash
psql -d BvsB -U [user]
Git Submodule commands (info)
Make sure when you first clone or want the latest off master/stage/dev you run following.
git submodule update --init --recursive