MarketWatch is a robust Python Flask web application designed for comprehensive stock tracking and analysis. Leveraging technologies like Jinja templates, PostgreSQL, and Plotly, this project ensures a seamless user experience. Features include user authentication, an intuitive dashboard, stock search, dynamic graphical charts, and watchlist management. Stay informed and empowered with MarketWatch.
Live At:- MarketWatch
- Clone the repository with
git clone https://github.com/Jainex17/MarketWatch.git
- Install the required dependencies using
pip install -r requirements.txt
- open git bash and export the following environment variables:
export DATABASE_URL=your_postgres_database_url
export SECRET_KEY=your_secret_key
export API_KEY=your_api_key
(Get your API key from Alpha Vantage)
- Run the application using
flask run