Skip to content

This 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.

Notifications You must be signed in to change notification settings

the-catalystmc/budget-app

Repository files navigation

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.

imagen

Built With

  • Ruby

Live Demo

Demo Available Here

Getting Started

Installation

  1. Clone the repo

git clone git@github.com:the-catalystmc/budget-app.git ```

Usage

  1. Install ruby gems dependencies

    bundle install
  2. Install node dependencies

    npm install
  3. Database creation

    rails db:setup
    
  4. Run the web server

    rails server
  5. Access to the website in a browser with the following link

    localhost:3000

Test

  1. For testing run:

    rspec

Acknowledgements

  • Use controllers to handle requests and render empty views.
  • Install Ruby on Rails framework.
  • Use Ruby Gems as a software packages system.
  • Understand Rails naming conventions.
  • Use params from browser requests in a safe way.
  • Write tests for controllers.

Author

👤 Rhyine S

🤝 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

This 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published