Skip to content

kgudipe/StoxTrade

 
 

Repository files navigation

StoxTrade

image

License: MIT Open Issues Stars codecov GitHub GitHub GitHub GitHub contributors Build-And-Test DOI GitHub Release GitHub Repo Size GitHub contributors Pull Requests Supports Python

About StoxTrade

StoxTrade is an platform where Owner and Trader of stocks transactions takes place.Owner is admin whereas Trader is user:

Role of Owner(Admin):

  • Sets the Market timings.
  • Sets the Market Holidays.
  • Creating the new stocks with price, volume.
  • Deleting the stocks.

Role of Trader(Admin):

  • Buy/Sell the stock in the Market timings set by admin.

DEMO

Stock.Trading.mp4

Installation guide

  1. Install Python (3.8.0 Preffered)

  2. Clone this repository to any folder

  3. Open Terminal in the cloned folder

  4. Linux and MacOS Users might need to install a few dependecies before installing requirements. (This step might not be needed for Windows Users)

  5. Install Requirements:

pip install -r requirements.txt

In case, you have an issue installing the dependency psycopg2 in linux, replace the psycopg2==2.8.4 with psycopg2-binary==2.8.3 in the requirements file and try re-installing all requirements.

  1. To start the server, please run this command:
  python wsgi.py
  1. UI can be accessed using the URL http://127.0.0.1/.

Contributors:

Team Members:

  • Kalyan Karnati
  • Mukunda Varma Pericherla
  • Pranavi Sharma Sanganabhatla
  • Saketh Vangala
  • Srihitha Reddy Kaalam

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.9%
  • CSS 9.3%
  • HTML 8.5%
  • SCSS 0.5%
  • Python 0.5%
  • Less 0.2%
  • Other 0.1%