Skip to content

Joshua-Ludolf/FossilFinances

Repository files navigation

FossilFinances

FossilFinances is a banking service tailored for the elderly, providing a secure and user-friendly platform to manage financial transactions and information.

Features

  • User Authentication: Secure login using Firebase authentication.
  • Account Management: View and manage financial accounts.
  • Transaction History: Access detailed transaction history.
  • Knowledge Base: Helpful tips and resources to keep financial information secure.
  • Notifications: Receive updates on account activities.

Getting Started

Prerequisites

  • Node.js
  • npm
  • Python
  • Flask

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/FossilFinances.git
    cd FossilFinances
  2. Install frontend dependencies:

    cd frontend
    npm install
  3. Install backend dependencies:

    cd ../backend
    pip install -r requirements.txt

Running the Application

  1. Start the backend server:

    cd backend
    flask run
  2. Start the frontend development server:

    cd ../frontend
    npm start
  3. Open http://localhost:3000 in your browser to view the app.

Available Scripts

In the frontend directory, you can run:

  • npm start: Runs the app in development mode.
  • npm test: Launches the test runner.
  • npm run build: Builds the app for production.
  • npm run eject: Ejects the app configuration.

Learn More

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

About

Banking Service For Elderly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors