Welcome to MoneAge, the comprehensive Finance Portfolio Management App that helps you efficiently manage and track your investments. Whether you're handling fixed deposits, trading stocks, or keeping tabs on your real estate investments, MoneAge has got you covered.
- Frontend: Flutter, Dart
- UI Design: Figma
- Backend: Node.js, Express
- Database: MongoDB
- API Testing: Postman
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Ensure you have the following installed:
- Flutter (latest version)
- Node.js (v14 or later)
- npm (v6 or later)
- MongoDB (for database)
- Postman (for API testing)
-
Clone the repository:
git clone https://github.com/your-username/moneage.git cd moneage
-
Install backend dependencies::
cd backend npm install
-
Install frontend dependencies:
cd ../frontend flutter pub get
-
Set up environment variables:
Create a .env file in the backend directory and add the following:
MONGO_URI = your_mongodb_connection_string API_KEY = your_api_key_for_stock_data AUTH_EMAIL = email_for_verification_mail AUTH_PASS = email_pass_key_to_send_mail
-
Run the backend server:
cd backend npm start
-
Run the Flutter app (prefered use android studio):
cd ../frontend flutter run
-
Access the app: Open your browser and go to http://localhost:3000 for the backend server. The Flutter app will run on your connected device or emulator.
Keep track of all your fixed deposits in one place, with detailed insights and maturity dates notification.
Experience stock trading with real-time data in a virtual environment. Hone your trading skills without any financial risk.
Monitor your real estate investments, including property values, rental income, and more . - (under development)
- Dashboard: View a summary of your portfolio including total investments, returns, and more.
- Fixed Deposits: Add, edit, and delete fixed deposits. View interest rates, maturity dates, and total returns.
- Stock Trading: Engage in virtual stock trading. Analyze stock performance with real-time data.
- Real Estate: Add properties to your portfolio, track their current market value, rental income, and related expenses.
We welcome contributions to MoneAge! To contribute:
- Fork the repository.
- Create a new branch (git checkout -b feature/YourFeature).
- Make your changes.
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/YourFeature).
- Open a pull request.
If you have any questions or feedback, please contact us at [email protected].