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.
- 📈 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.
- Clone the repository
git clone https://github.com/ajdev05/Stockfolio.git
cd Stockfolio
- Set up a virtual environment & install dependencies
pip install virtualenv
virtualenv env
pip install -r r.txt
- Run the application
python3 app.py
- 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
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
AJ
- GitHub: @ajdev05
Made using 🧠&🐍 by AJ