This project was created as a part of Challenge Project for Genese Hiring Process. The application is developed using Python/Flask.
Using this application:
- User can get information about various stocks using Stock Ticker Symbol and period.
- Apply for Subscription that allow user to place a threshold. Once the current price of the entered stock crosses beyond the provided threshold, user can get notification either as email or a sms.
To run the application, make sure you have all dependencies installed:
pip install -r requirements.txt
Once all packages has been installed, run:
python run.py