budget_application

budgetXbudget

This 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. The Ruby on Rails application that allows the user to:

  • register and log in, so that the data is private to them.
  • introduce new transactions associated with a category.
  • see the money spent on each category.

Built With

  • Languages: Ruby
  • Framework: Ruby on Rails
  • Database: PostgreSQL
  • Active Storage Image Blob
  • Rspec

Live Demo

Link Live Demo

Usage

  • Run git clone https://github.com/a-laarabi/budget_application.git
  • Run cd budget_application
  • Run bundle install
  • Check database.yml in budget_application\config\database.yml
  • Run rails db:create
  • Run rails db:migrate
  • Run rails s to run the app
  • Open http://localhost:3000/ on your browser

Prerequisites

  • Text Editor (e.g. VS Code, Sublime text)
  • git

Testing

  • Run rspec .

Authors

👤 Anasse LAARABI

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

Acknowledgments

📝 License

This project is MIT licensed.