Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingsleyibe/budget-app
The Ruby on Rails capstone project 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 application 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.
https://github.com/kingsleyibe/budget-app
netlify ruby ruby-on-rails spec
Last synced: 19 days ago
JSON representation
The Ruby on Rails capstone project 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 application 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.
- Host: GitHub
- URL: https://github.com/kingsleyibe/budget-app
- Owner: KingsleyIbe
- Created: 2022-04-18T07:43:13.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-24T14:25:53.000Z (over 2 years ago)
- Last Synced: 2023-03-04T00:27:59.102Z (over 1 year ago)
- Topics: netlify, ruby, ruby-on-rails, spec
- Language: Ruby
- Homepage: https://github.com/KingsleyIbe/budget-app/tree/project-implementation
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Recipe App
The Ruby on Rails capstone project 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 application 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.#### Budget App Screenshots
Mobile Home Page
New Category List
Expenditure List Page
Category List Page
[Live video Demo](https://vimeo.com/701801323/bb1bd337d4)
[Live project Demo](https://budget-m-app.herokuapp.com/)
# Getting Started_To get a local copy up and running follow these simple steps._
1. Clone the repo
```sh
git clone https://github.com/KingsleyIbe/budget-app.git
```
2. Goto project directory
```sh
cd budget-app
```3. Configure `database.yml` in the config folder according to your postgreSQL configuration
4. Run app
```sh
rails server
```
or
```sh
rails s
```# Testing
`bundle exec rspec` will run all the tests.
Also, you can run `bundle exec rspec spec/` to run specific tests.
You can also run `RAILS_ENV=test rspec spec/` to run the tests in test mode.
## Errors
If you encounter any errors, run the following commands.
- Run `rails db:drop db:create db:migrate` to drop, create and migrate a new database.
- Run `rubocop && rubocop -A` to check for and fix code errors.
# This project was built with
- Ruby on Rails
- PostgreSQL
- Bootstrap CSS Framework
# Author
👤 **KingsleyIbe**
- GitHub: [KingsleyIbe](https://github.com/KingsleyIbe)
- Twitter: [Twitter](https://twitter.com/ibekingsley2)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kingsley-ibe/)
# 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/KingsleyIbe/budget-app/issues).
# Show your support
Give a ⭐️ if you like this project!
# Acknowledgement
- Hat tip to anyone whose code was a source of inspiration.
- A big thanks to [microverseinc](https://github.com/microverseinc).
- [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance the author of the [original design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)# 📝 License
This project is [MIT](./MIT.md) licensed.