Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.21 KB

C$50 Finance

A web app via which you can manage portfolios of stocks, using IEX Cloud API in a virtual trading environment.

Live on H Finance.

Built as per Instructions by CS50x staff.

Deployed using Heroku.


Features

  • Register for an account
  • Login using username and password
  • Quote price of a stock
  • "Buy" and "sell" stocks
  • View transactions history

Technologies used

  • HTML
  • CSS
  • Python3
  • Flask
  • Bootstrap
  • Jinja
  • PostgreSQL

Used Docker to run PostgreSQL locally.

Deployment