Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.11 KB

Finance

Finance is part of Problem Set 8 in CS50 and challenges you to implement a web-app with Flask and an API (IEX Cloud) to simulate a stocks trading platform.

Table of contents

General info

Finance is part of Problem Set 8 in CS50 and challenges you to implement a web-app with Flask and an API (IEX Cloud) to simulate a stocks trading platform.

Example

Here is a quick view of its functionality:

Functionality

Technologies

The main technologies used are:

  • Python 3 - version 3.8.5
  • Flask - version 1.1.2
  • Bootstrap - version 4.1.3

Setup

This is you install python dependencies listed above:

mkdir my_project 
python -m venv my_project\venv 
my_project\venv\Scripts\activate.bat
pip install -r requirements.txt 

Inspiration

This project is built upon instructions given in the CS50 course, which can be checked at: https://finance.cs50.net/

Contact

Created by @AlexStan - feel free to contact me!