Skip to content

vnikitiuk/hackbright-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trader Simulator

This is a web app that allows you to become a stock trader and practice betting on the market without any risks. Each user gets virtual $10,000 after registration, which they can use to buy and sell stocks and accumulate virtual wealth.

To make run the app use the following commands:

  • create a virtual environment and activate it
$ virtualenv env
$ source env/bin/activate
  • install this projects dependencies listed in requirements.txt
$ pip3 install -r requirements.txt
  • create a database with
$ createdb stocks
$ psql stocks < database.sql
  • run the app
$ python3 app.py

Screenshots

Main page that shows your stock portfolio: site screenshot

Quote page that shows current price and statistics for the past year: site screenshot

History page that show all transactions: site screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published