Skip to content

The expense tracking web app where you can track your expense behavior

License

Notifications You must be signed in to change notification settings

mikehquan19/bettero-app

Repository files navigation

The expense tracking web app where you can track your expense behavior.

SAMPLE API DATA FOR THE BACKEND

    {
        "full_name": "sample user", 
        "user_email": "[email protected]", 
        "username": "sample username", 
        "password": "sample password", 
        "password_again": "sample password"
    }

    {
        "user": 5,  
        "account_number": 6000,
        "name": "BOA's Debit Account",
        "institution": "BOA",
        "account_type": "Debit",
        "balance": "22.00"
        "credit_limit": null, 
        "due_date": null
    }
    
    {
        "account": 34,
        "description": "Starbucks' Orders",
        "amount": "22.50",
        "from_account": true,
        "occur_date": "2024-07-27",
        "category": "Dining"
    }

    {
        "user": 5,
        "interval_type": "week", 
        "recurring_income": 4200, 
        "portion_for_expense": 75, 
        "grocery": 15.0,
        "dining": 15.0,
        "shopping": 10.0,
        "bills": 30.0,
        "gas": 10.0,
        "others": 10.0
    }

    {
        "user": 5, 
        "pay_account": 14, 
        "description": "Monthly Utility Bills City of Garland", 
        "amount": 230.00, 
        "due_date": "2024-08-16"
    }

    {
        "user": 5, 
        "corporation": "Apple.Inc",
        "name": "Apple stock",
        "symbol": "AAPL", 
        "shares": 20
    }

About

The expense tracking web app where you can track your expense behavior

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published