Project References - betoooo08/MyFinPlanner GitHub Wiki
Project References
-
Django
- Official documentation for Django 4.2:
https://docs.djangoproject.com/en/4.2/
- Official documentation for Django 4.2:
-
Tailwind CSS
- Utility-first CSS framework used throughout UI:
https://tailwindcss.com/docs
- Utility-first CSS framework used throughout UI:
-
Chart.js
- Charting library for rendering financial graphs and visualizations:
https://www.chartjs.org/docs/latest/
- Charting library for rendering financial graphs and visualizations:
-
Lucide Icons
- Lightweight SVG icon set used in navigation and buttons:
https://lucide.dev/
- Lightweight SVG icon set used in navigation and buttons:
-
OpenAI API
- API reference for AI-powered insights (AIInsight model):
https://platform.openai.com/docs/api-reference
- API reference for AI-powered insights (AIInsight model):
-
Finnhub Stock API
- Real-time market data integration for investment performance:
https://finnhub.io/docs/api
- Real-time market data integration for investment performance:
-
Django Allauth (if used for authentication flows)
- Password recovery, email confirmation, social logins:
https://django-allauth.readthedocs.io/en/latest/
- Password recovery, email confirmation, social logins:
-
Python & PostgreSQL
- Python 3.12 language reference: https://docs.python.org/3/
- Cloud SQL (PostgreSQL) best practices:
https://cloud.google.com/sql/docs/postgres
-
GDPR & Data Protection
- European data-privacy guidelines (for user data handling):
https://gdpr.eu/
- European data-privacy guidelines (for user data handling):
-
Security & Encryption
- OWASP Top Ten: guidance on securing web applications:
https://owasp.org/www-project-top-ten/
- OWASP Top Ten: guidance on securing web applications: