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.
- Languages: Ruby
- Framework: Ruby on Rails
- Database: PostgreSQL
- Active Storage Image Blob
- Rspec
- 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
- Text Editor (e.g. VS Code, Sublime text)
- git
- Run
rspec .
👤 Anasse LAARABI
- GitHub: @a-laarabi
- Twitter: @LusindisoNt
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Original design by Gregoire Vella on Behance.
This project is MIT licensed.