Skip to content

mtayllan/finb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c916e2b · Mar 23, 2025
Mar 9, 2025
Jan 28, 2025
Jan 19, 2025
Mar 23, 2025
Nov 8, 2024
Mar 14, 2025
Dec 12, 2024
Oct 24, 2023
Oct 24, 2023
Nov 8, 2024
Oct 24, 2023
Jan 19, 2025
Oct 24, 2023
Aug 18, 2024
Nov 8, 2024
Nov 16, 2024
Oct 24, 2023
Nov 8, 2024
Feb 12, 2024
Jan 29, 2025
Jan 29, 2025
Mar 10, 2025
Mar 21, 2025
Jan 26, 2024
Feb 11, 2024
Jan 29, 2024
Oct 24, 2023
Oct 24, 2023

Repository files navigation

FinB

A simple expense organizer app built with Ruby on Rails and SQLite. This app is designed for personal use, allowing users to track and manage their monthly expenses.

Features

  • Expense Tracking: Log your daily expenses and categorize them for better organization.
  • Monthly Overview: Get a summary of your monthly spending with a clear breakdown of categories.
  • Flexible Deployment: Run the app locally or deploy it on your favorite cloud platform.

Setup

  • Install Docker
  • Clone the repository
git clone https://github.com/mtayllan/finb.git
  • Build the image
cd finb
docker build -t finb .
  • Run
docker run -d -p 9090:3000 --name finb -v finb-storage:/rails/storage --env SECRET_KEY_BASE=1 finb

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feedback

If you have any feedback, feel free to open a new Issue and we can discuss!