Skip to content

PratikKin/Financial-Portfolio-Management-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MoneAge - Finance Portfolio Management App

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.

Features

Technologies Used

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/moneage.git
    cd moneage
    
  2. Install backend dependencies::

    cd backend
    npm install
    
  3. Install frontend dependencies:

    cd ../frontend
    flutter pub get
    
  4. 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
    
  5. Run the backend server:

    cd backend
    npm start
    
  6. Run the Flutter app (prefered use android studio):

    cd ../frontend
    flutter run
    
  7. 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.

Features

Fixed Deposit Tracking

Keep track of all your fixed deposits in one place, with detailed insights and maturity dates notification.

Virtual Stock Trading Platform

Experience stock trading with real-time data in a virtual environment. Hone your trading skills without any financial risk.

Real Estate Investment Tracking

Monitor your real estate investments, including property values, rental income, and more . - (under development)

Usage

  • 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.

Contributing

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.

Contact

If you have any questions or feedback, please contact us at association.moneage@gmail.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published