Giter Club home page Giter Club logo

stock-tracker's Introduction

Stock-Tracker

This is a Stock Tracker application that allows users to create an account, sign in and track short term stock price changes based on percentage or dollar change. Once signed in, the user is directed to their home page that displays all the trackers they set. If any of the percentage/dollar change thresholds is met, that particular tracker is highlighted with red background. User can set new trackers on top of the view by typing in the symbol/ticker of the stock, selecting percentage or dollar from the dropdown menu and finally typing in the desired change without percentage/dollar signs.

How to use Step-by-Step:

  • Inside Stock-Tracker create virtual environment:
    • $virtualenv -p python3 env
    • $source env/bin/activate
    • $pip3 install -r requirements.txt
      • Installs django 1.8.4, requests 2.7.0 and matplotlib 1.4.3
    • $cd tracker_project
  • Create sqlite3 database:
    • $python3 manage.py makemigrations
    • $python3 manage.py migrate
    • $python3 manage.py runserver
    • Go to your browser and start playing around!

Developers:

  • Kaisa Filppula
  • Victor Menezes

stock-tracker's People

Contributors

kaisaf avatar vmenezes avatar

Watchers

James Cloos avatar  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.