Welcome to SeriouslyBroke.com, your personal finance moneybook. This platform is designed to help you manage your income and expenses effectively.
SeriouslyBroke.com is a web application built with a Ruby on Rails API and a React front end. It provides a user-friendly interface for tracking your income and expenses, helping you to understand your financial situation and make informed decisions.
- Income Tracking: Keep track of your income from various sources.
- Expense Management: Record and categorize your expenses to understand where your money is going.
- Budgeting: Set budgets for different categories and track your spending against these budgets.
- Reports: Generate detailed reports to get a clear picture of your financial health.
- Backend: Ruby on Rails API
- Frontend: React
- Hosting: Render
Before you begin, ensure you have Ruby, Rails, Node.js, and npm installed on your machine.
- Install Ruby and Javascript Dependencies
bundle install
npm install --prefix -client
- Start Servers:
rails s
npm run dev
- Apply a linter to frontend
cd client
npx prettier . --write
If you have any questions or feedback, please feel free to contact us.
Enjoy using SeriouslyBroke.com, your personal finance moneybook!