StoxTrade is an platform where Owner and Trader of stocks transactions takes place.Owner is admin whereas Trader is user:
- Sets the Market timings.
- Sets the Market Holidays.
- Creating the new stocks with price, volume.
- Deleting the stocks.
- Buy/Sell the stock in the Market timings set by admin.
Stock.Trading.mp4
-
Install Python (3.8.0 Preffered)
-
Clone this repository to any folder
-
Open Terminal in the cloned folder
-
Linux and MacOS Users might need to install a few dependecies before installing requirements. (This step might not be needed for Windows Users)
-
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.
- To start the server, please run this command:
python wsgi.py
- UI can be accessed using the URL http://127.0.0.1/.
- Kalyan Karnati
- Mukunda Varma Pericherla
- Pranavi Sharma Sanganabhatla
- Saketh Vangala
- Srihitha Reddy Kaalam