Code Monkey home page Code Monkey logo

react-stockcharts-line's Introduction

Pre req

node 6+

npm 3+


### Master Branch
## In one tab:
$ git clone https://github.com/joannawheeler/react-stockcharts-line
$ cd react-stockcharts-line
$ cd server
$ npm install
$ touch .env # create a file to store database connection credentials
# in the below command, replace /* insert appropriate credentials */ with the appropriate credentials
$ echo "
DB_HOST=/* insert appropriate credentials */
DB_USER=/* insert appropriate credentials */
DB_PASS=/* insert appropriate credentials */
DB_NAME=/* insert appropriate credentials */
" >> .env
$ PORT=3001 node bin/www # this should start a proxy server at localhost:3001/stocks

## In another tab:
$ cd react-stockcharts-line
$ cd linechart
$ npm install
$ npm start # this should launch a browser with http://localhost:3000


### To Checkout 'tooltips' Branch
$ git clone https://github.com/joannawheeler/react-stockcharts-line
$ cd react-stockcharts-line
$ git checkout tooltips
$ cd linechart
$ npm install
$ npm start

cd react-stockcharts-line
cd mkserver
source venv/bin/activate
python3 app.py
(If error messages come up like 'ImportError: No module named flask' then 'sudo -H pip3 install flask' and keep installing each module it gives an ImportError for)

react-stockcharts-line's People

Contributors

joannawheeler avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.