India's First Gamified Virtual Trading Platform
Client Server
·
Backend Server
·
Socket Server
Starlight is a gamified virtual trading platform where traders can learn about stock trading, analyze their decisions and compete with their friends without the fear of losing actual money.
These are the features that we currently provide.
📈 Real-time stock prices (60 second delay)
🤓 Stock metrics
☯️ Individual stock pros & cons
👩👩👦👦 Compete with friends
🥇 Climb the leaderboard
📒 Interaactive Portfolio
📰 Financial news with sentiment scores
🔍 Auto Complete & Auto Correct Search
We provide real-time interactive plots for prices which makes analyzing trends easier and hasslefree.
Learn about metrics like Market Capitalization, Price to Book Ratio, Dividend Yield and much more
Get to know why investing in a stock might be a good/bad idea
Compete with your friends and rule the leaderboard
Keep a track of your trades, best & worst decisions
To get a local copy up and running follow these simple example steps.
- Python 3.8+
- FastAPI
- PostgreSQL
- Docker
- Redis
- Clone the repo
git clone https://github.com/rezonance-india/engine-api
- Create a Python 3 virtual environment (inside ai directory)
cd engine-api
python3 -m venv venv
source venv/bin/activate
- Install requirements
pip install -r requirements.txt
- Export Python Path
export PYTHONPATH=src
- Start Redis Server
redis-server /usr/local/etc/redis.conf
6. Start Uvicorn server
uvicorn src.main:app
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Arijit Roy - GitHub - roy.arijit2001@gmail.com
Kartik Goel - GitHub - goel.kartik39@gmail.com
Boidushya Bhattacharaya - GitHub - boidushyabhattacharya@gmail.com