Skip to content

10xsai/stock-trading-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock-trading-website

Overview

A Stock Trading web application where users can buy stocks, sell stocks and view their past transactions.This application has User Authentication.Users can Signup, signin and reset their passwords.

Real time stock price information is obtained through an api key from IEX cloud.

Installation

  1. clone this repository using git command
$ git clone https://github.com/krishnagottipalli/stock-trading-website.git
  1. create a virtual environment
$ cd project
$ python3 -m venv env
  1. activate the virtual environment
$ source env/bin/activate
  1. install flask
$ pip install flask
  1. initial setup
$ export FLASK_APP=application.py
$ export FLASK_ENV=development
$ export API_KEY={ api_key }
  1. run the application
flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published