Skip to content

The Ruby on Rails capstone project (remember what they are?) is about building 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.

License

Notifications You must be signed in to change notification settings

GOlivierNation/Budget_App

Repository files navigation

Budget_App

>The Ruby on Rails capstone project (remember what they are?) is about building 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.

Video Demo:

You can check out the video demo here.

Live demo:

You can check out the live demo here.

Entity Relationship Diagram

Made With

  • Ruby on Rails
  • Devise
  • Bootstrap 5

Getting Started

Setup

To setup the project locally, clone the repository using:

$ git clone https://github.com/GOlivierNation/Budget_App.git

Install dependencies

run:

$ bundle install

Setup the database

run:

$ rails db:create
$ rails db:migrate
$ rails db:seed

Run the app

run:

$ rails s

Run the tests

run:

$ rspec

Authors

👤 Olivier Gasominali

Acknowledgment

🤝 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!

About

The Ruby on Rails capstone project (remember what they are?) is about building 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published