Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.7%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: kalyan-karnati
  • License: mit
  • Language: JavaScript
  • Default Branch: dev
  • Size: 69.1 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 3
  • Open Issues: 10
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

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

https://user-images.githubusercontent.com/59049329/194781197-eaf36d82-ec05-4bef-851b-d0098c6da319.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 thepsycopg2==2.8.4 withpsycopg2-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

  2. 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

Owner

  • Login: kalyan-karnati
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Karnati"
  given-names: "Kalyan"
- family-names: "Pericherla"
  given-names: "Mukunda Varma"
- family-names: "Sanganabhatla"
  given-names: "Pranavi Sharma"
- family-names: "Vangala"
  given-names: "Saketh"
- family-names: "Kaalam"
  given-names: "Srihitha Reddy"  
title: "CSC510-Project1"
version: 1.0.0
doi: 10.5281/zenodo.7178409
date-released: 10-09-2022
url: "https://github.com/kalyan-karnati/StockTrading-Platform"

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 103
  • Total Committers: 6
  • Avg Commits per committer: 17.167
  • Development Distribution Score (DDS): 0.68
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
kalyan-karnati 5****i 33
Mukunda Varma v****p@g****m 25
kalyan-karnati k****7@g****m 19
Saketh Vangala 6****1 13
PranaviSan 4****n 7
Srihitha Reddy Kaalam 1****k 6

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 64
  • Total pull requests: 60
  • Average time to close issues: 1 day
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 0.02
  • Average comments per pull request: 0.03
  • Merged pull requests: 60
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kalyan-karnati (25)
  • SakethVangala11 (11)
  • mukunda-p (4)
Pull Request Authors
  • mukunda-p (15)
  • SakethVangala11 (8)
  • srihithareddy-k (6)
  • PranaviSan (6)
Top Labels
Issue Labels
enhancement (21) documentation (1) testing (1)
Pull Request Labels
enhancement (1)

Dependencies

trading/static/assets/vendor_components/Magnific-Popup-master/bower.json bower
  • jquery >=1.8.0
trading/static/assets/vendor_components/bootstrap-daterangepicker/bower.json bower
  • jquery 1.9.1 - 3
  • moment >=2.9.0
trading/static/assets/vendor_components/bootstrap-markdown-master/bower.json bower
  • markdown ~0.4.0 development
  • bootstrap ~3
trading/static/assets/vendor_components/bootstrap-timepicker/bower.json bower
  • autotype https://raw.github.com/mmonteleone/jquery.autotype/master/jquery.autotype.js development
  • bootstrap ^3.0
  • jquery ^2.0
trading/static/assets/vendor_components/Flot/package.json npm
  • jshint 0.9.1 development
trading/static/assets/vendor_components/Magnific-Popup-master/package.json npm
  • grunt ~0.4.5 development
  • grunt-contrib-clean ~0.6.0 development
  • grunt-contrib-concat ^0.5.1 development
  • grunt-contrib-copy ~0.8.1 development
  • grunt-contrib-cssmin ^0.14.0 development
  • grunt-contrib-jshint ~0.11.3 development
  • grunt-contrib-uglify ~0.9.2 development
  • grunt-contrib-watch ~0.6.1 development
  • grunt-jekyll ~0.4.2 development
  • grunt-sass ~1.0.0 development
trading/static/assets/vendor_components/Web-Ticker-master/package.json npm
  • gulp ^3.9.1 development
  • gulp-jshint ^2.0.0 development
  • gulp-notify ^2.2.0 development
  • gulp-rename ^1.2.2 development
  • gulp-uglify ^1.5.2 development
  • jshint ^2.9.1 development
trading/static/assets/vendor_components/bootstrap-daterangepicker/package.json npm
  • node-sass ^3.4.2 development
  • jquery >=1.10
  • moment ^2.9.0
requirements.txt pypi
  • Django ==3.0.8
  • Flask ==1.1.1
  • Flask-APScheduler *
  • Flask-Login ==0.5.0
  • Flask-SQLAlchemy ==2.4.3
  • Flask-WTF ==0.14.3
  • Jinja2 ==2.11.2
  • MarkupSafe ==1.1.1
  • SQLAlchemy ==1.3.17
  • WTForms ==2.1
  • Werkzeug ==0.16.0
  • asgiref ==3.2.10
  • astroid ==2.2.5
  • beautifulsoup4 ==4.9.1
  • bs4 ==0.0.1
  • certifi ==2020.6.20
  • cffi ==1.14.0
  • chardet ==3.0.4
  • click ==7.1.2
  • colorama ==0.4.1
  • cryptography ==2.9.2
  • django-app-settings ==0.6.0
  • django-braces ==1.14.0
  • django-suit-dashboard ==2.0.6
  • flask-socketio *
  • idna ==2.10
  • isodate ==0.6.0
  • isort ==4.3.20
  • itsdangerous ==1.1.0
  • lazy-object-proxy ==1.4.1
  • mccabe ==0.6.1
  • msrest ==0.6.17
  • numpy ==1.19.0
  • oauthlib ==3.1.0
  • pandas ==1.0.5
  • psycopg2 ==2.8.4
  • pycparser ==2.20
  • pylint ==2.3.1
  • pylint-flask-sqlalchemy ==0.2.0
  • pytest ==7.1.3
  • python-dateutil ==2.8.1
  • python-dotenv ==0.14.0
  • pytz ==2020.1
  • requests ==2.24.0
  • requests-oauthlib ==1.3.0
  • selenium *
  • six ==1.12.0
  • soupsieve ==2.0.1
  • sqlparse ==0.3.1
  • typed-ast ==1.4.2
  • unicode ==2.7
  • urllib3 ==1.25.9
  • wincertstore ==0.2
  • wrapt ==1.11.1
  • xlrd ==1.2.0
.github/workflows/pipeline.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v2 composite