sentayhu19 / Budget-app

The Budget app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what. built with Ruby on Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuperBudget-app

image image

Description

The Super Budget app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what. built with Ruby on Rails

Live Demo Here

Cloning the project

git clone https://github.com/sentayhu19/Budget-app

- cd Budget-app
- rails s

Built with

  • Ruby 3.1.2 on Rails 7.0.3.1
  • PostgreSQL

Prerequisites

Vscode or anyother Setup

Install

Ruby
Rails

Development Database

# Create user
sudo -u postgres createuser -e ced00 -s
# Load the schema
rails db:schema:load
#----- If you want prefer this approach
# Create the database
rake db:create
# Create database Migration
rails db:migrate

Run

rails s

Run tests

bundle install
rspec

Author

👤 Sentayhu Berhanu

Acknowledgment

For the desgin of this app thanks to the author of the original design

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

The Budget app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what. built with Ruby on Rails

License:MIT License


Languages

Language:Ruby 65.7%Language:HTML 27.3%Language:Batchfile 2.9%Language:CSS 2.9%Language:JavaScript 1.2%