Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 916 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 916 Bytes

Robo Analyst

Let Robo Analyst optimize your wealth!

Installation

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.

Running the project

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/