└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # SaaS-Subscription-Manager 2 | 3 | 📌 Description: 4 | 5 | A tool to track and manage all your SaaS subscriptions in one place. 6 | 7 | 📜 Features: 8 | 9 | • Tracks recurring payments 10 | • Sends renewal reminders 11 | • Generates expense reports 12 | 13 | 📂 File Structure: 14 | 15 | /saas-manager 16 | ├── backend/ # Database and API 17 | ├── frontend/ # Web UI 18 | ├── README.md # Documentation 19 | ├── config.json # User settings 20 | 21 | 🚀 How to Run: 22 | 23 | cd backend && python server.py 24 | cd frontend && npm install && npm start 25 | 26 | --------------------------------------------------------------------------------