Abhay2412 / StockScanner

Part of the CPSC 471 Database Management Systems Final Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming Language-Python Programming Language-HTMLProgramming Language-CSSProgramming Language-JavascriptFramework-FlaskDatabase-MySQL

CPSC471FinalProjectStockScanner

CPSC 471 Database Management Systems Final Project

Using the framework Flask to construct this project.

-- Runs the app in the development mode. Open http://127.0.0.1:5000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

--

Steps to Running the Website:

  1. Make sure you put your credentials in the db.yaml file and have run the Stocks.sql file through your Command line or the MySQL workbench.
  2. Open a command line client preferred is GitBash so you can right click on the folder of StockScanner and press GitBash here afterwards run this command cd backend after going into the backend folder you can use this command to run the locally hosted website on the server.
  3. python stockscanner.py will start a development server in which you can see our website.

--

Members:

Group Number: 21

  • Laura Timm
  • Abhay Khosla
  • Hassan Khan

--

Language:

  • Python
  • HTML/CSS
  • Javascript

References:

Corey Schafer's Tutorial Series found below
https://www.youtube.com/playlist?list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH

About

Part of the CPSC 471 Database Management Systems Final Project


Languages

Language:HTML 50.3%Language:Python 45.8%Language:CSS 2.6%Language:JavaScript 1.2%