Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.09 KB

MarketWatch

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

Local Setup:-

  1. Clone the repository with git clone https://github.com/Jainex17/MarketWatch.git
  2. Install the required dependencies using pip install -r requirements.txt
  3. 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)
  4. Run the application using flask run

ScreenShots:-

image