Skip to content

ajdev05/Stockfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockFolio Logo

StockFolio

Your Personal Stock Portfolio Tracker

Python Flask License

📊 About StockFolio

StockFolio is a user-friendly, self-hosted web application designed to help you easily track and manage your stock investments while keeping your data in your own hands. Whether you're a seasoned investor or just starting out, StockFolio provides the tools you need to keep your portfolio organized and up-to-date. Watch this repository or star it on GitHub for upcoming versions.

✨ Features

  • 📈 Real-time Stock Charts: Visualize stock performance with interactive TradingView charts.
  • 🔒 Secure User Authentication: Keep your portfolio data safe and private.
  • Easy Stock Addition: Quickly add new stocks to your portfolio.
  • 💰 Portfolio Overview: Get a clear view of your entire investment portfolio at a glance.
  • 📱 Responsive Design: Access your portfolio on any device, anytime.

🚀 Getting Started

  1. Clone the repository
git clone https://github.com/ajdev05/Stockfolio.git
cd Stockfolio
  1. Set up a virtual environment & install dependencies
pip install virtualenv
virtualenv env
pip install -r r.txt
  1. Run the application
python3 app.py
  1. Open your browser and navigate to http://localhost:5000
    • The default username and password are admin, You can change them by editing init_db.py

🖼️ Screenshots

image

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

👨‍💻 Author

AJ


Made using 🧠&🐍 by AJ