FossilFinances is a banking service tailored for the elderly, providing a secure and user-friendly platform to manage financial transactions and information.
- 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.
- Node.js
- npm
- Python
- Flask
-
Clone the repository:
git clone https://github.com/yourusername/FossilFinances.git cd FossilFinances -
Install frontend dependencies:
cd frontend npm install -
Install backend dependencies:
cd ../backend pip install -r requirements.txt
-
Start the backend server:
cd backend flask run -
Start the frontend development server:
cd ../frontend npm start -
Open http://localhost:3000 in your browser to view the app.
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.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.