Initial commit
This commit is contained in:
commit
983cee0320
322 changed files with 57174 additions and 0 deletions
36
backup/fina-2/README.md
Normal file
36
backup/fina-2/README.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# FINA - Personal Finance Tracker
|
||||
|
||||
A modern, secure PWA for tracking expenses with multi-user support, visual analytics, and comprehensive financial management.
|
||||
|
||||
## Features
|
||||
|
||||
- 💰 Expense tracking with custom categories and tags
|
||||
- 📊 Interactive analytics dashboard
|
||||
- 🔐 Secure authentication with optional 2FA
|
||||
- 👥 Multi-user support with role-based access
|
||||
- 🌍 Multi-language (English, Romanian)
|
||||
- 💱 Multi-currency support (USD, EUR, GBP, RON)
|
||||
- 📱 Progressive Web App (PWA)
|
||||
- 🎨 Modern glassmorphism UI
|
||||
- 📤 CSV import/export
|
||||
- 📎 Receipt attachments
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
Access the app at `http://localhost:5103`
|
||||
|
||||
## Tech Stack
|
||||
|
||||
- Backend: Flask (Python)
|
||||
- Database: SQLite
|
||||
- Cache: Redis
|
||||
- Frontend: Tailwind CSS, Chart.js
|
||||
- Deployment: Docker
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Loading…
Add table
Add a link
Reference in a new issue