Code Monkey home page Code Monkey logo

cs50_finance's Introduction

Finance with CS50


Overview

We have been tasked with creating a web application that a user would be able to "buy" and "sell" stocks from. Their purchases and sales should affect their portfolio. With the use of an API, we will pull realtime stock pricing for stocks searched for by the user.


Specification

  • Register feature where a user can register for a profile using an HTML form.
  • Qoute feature in order to allow a user to search for a particular stock and retrieve its' real time price.
  • Buy feature to allow a user to "buy" a stock and add it to their portfolio
  • History feature in order to display the history of the users' purchases and sales, from the first to the last.
  • Flesh out the web page to display all neccesary information and features in a neat and asthetic way.

Getting Started

  1. Clone this repository
git clone [email protected]:JAFarrow/cs50_finance.git
  1. Navigate to the main directory
cd cs50_finance
  1. Install Requirements
pip install -r requirements.txt
  1. Localhost App
flask run
  1. A link will be generated in your terminal. Once clicked, the project should open in your browser.

Tech stack

  • HTML and CSS for site structure and visuals.
  • SQLite database for data storage
  • Flask via Python in order to implement dynamic usability

Requirements

  • cs50
  • Flask
  • Flask-Session
  • pytz
  • requests

INSTALLABLE VIA PIP

pip install -r requirements.txt

cs50_finance's People

Contributors

jafarrow avatar

Watchers

 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.