Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 533 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 533 Bytes

trade-bot

Angular2 + aiohttp + sqlalchemy + postgresql

cd front && npm install && npm run watch - to build frontend

./sql/install.sh - to create user and db python -m server sql create_all - to create tables python -m server - to run http server it will create history row

python -m server sql drop_all - to drop tables python -m server sql drop <table> - to drop

python -m server sql create <table> - to create
python -m server play - to run player python -m server api - check API connection