A CLI/web app that helps users determine how many shares (current price) of stock(s) you can purchase with a given budget.
To install project dependencies, run the following command:
make install
To run all tests, run the following command:
make test
To format the project, run the following command:
make format
To lint the project, run the following command:
make lint
To run the app, run the following command:
stock-picks-optimizer --help