Skip to content

MarketWatch: A Python Flask web app for seamless stock tracking, analysis, and personalized watchlists.

Notifications You must be signed in to change notification settings

Jainex17/MarketWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MarketWatch: A Python Flask web app for seamless stock tracking, analysis, and personalized watchlists.

Topics

Resources

Stars

Watchers

Forks