Skip to content

This is a web app implemented using Flask and bootstrap that works like a mini stock exchange system.

Notifications You must be signed in to change notification settings

arbazkhan56/CS50-Final-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance Tracker

Finance Tracker is a web app implemented using Flask and bootstrap that works like a mini stock exchange system. The following functionalities have been added to the app-

  • Register: Any person can register to make a new account.
  • Quote: A registered user can quote a price for a stock.
  • Buy: Users can buy shares for a price.
  • Index: To show the stocks in the user's account.
  • Sell: Users can sell shares of a stock.
  • History: User can see the past transaction history.

1
2
3
4
5
6

Tech Stack-

  • Python
  • Flask
  • SQLAlchemy (Other dependancies can be found out in te requirements.txt file)

Installation-

1] Star and clone the repository to your machine.

2] Run the command pip install -r requirements.txt

3] Once all the dependancies have been installed, run the command python Main.py

4] This should start a local server and you can access it on your browser.

About

This is a web app implemented using Flask and bootstrap that works like a mini stock exchange system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.8%
  • Python 38.2%
  • CSS 2.0%