Travis-CI status on Master Branch:
Mock environment for managaed account investment structure.
This app will be completely hands off to the user. Users' accounts will be managed day to day by an automated trading algorithm powered by live stock price data. Users will be able to personalize the investment strategy choosen during initial setup to help them reach their financial goals.
- Install Python 3.7
- pip install flask
- Install PostgreSQL Postgres Installation
- pip install -r requirements.txt or pip3 install -r requirements.txt
export APP_SETTINGS="config.DevelopmentConfig"
export DATABASE_URL="[name of your postgres database]"
python manage.py db init
python manage.py db migrate
python manage.py db upgrade
python app.py
rm -r migrations/
- Delete database tables in psql with
drop table alembic_version;
drop table users;
- Redo Installation Steps 3 - 6
https://shark-tooth-trading.herokuapp.com/
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Good References: Bootstrap 3 Reference https://getbootstrap.com/docs/3.3/components/ https://medium.com/@dushan14/create-a-web-application-with-python-flask-postgresql-and-deploy-on-heroku-243d548335cc
If you haven't already, add a file called LICENSE.txt
with the text of the appropriate license.
We recommend using the MIT license: https://choosealicense.com/licenses/mit/