Let Robo Analyst optimize your wealth!
To install the required libraries for this project, simply run the following:
pip install -r requirements.txt
This project also requires using Bower, which requires NPM. In order to get NPM, simple install Node.js. Once you have node, you can install Bower:
npm install -g bower
Note: On a Mac, you'll need to use:
sudo npm install -g bower
With Bower, you can install the front-end dependencies by running:
bower install
This will generate the static folder along with bootstrap and jquery inside it.
To run this project:
# Navigate into root project directory
cd roboanalyst
# Run the server
python manage.py runserver
You can now visit the following URLS:
* http://127.0.0.1:8000/app/