https://github.com/debas-31/rails-budget-app
A mobile web application where users can manage their budget; they can have a list of transactions associated with a category to see how much money they spent and on what item.
https://github.com/debas-31/rails-budget-app
css3 html5 rspec ruby ruby-gem ruby-on-rails tailwind-css
Last synced: 3 months ago
JSON representation
A mobile web application where users can manage their budget; they can have a list of transactions associated with a category to see how much money they spent and on what item.
- Host: GitHub
- URL: https://github.com/debas-31/rails-budget-app
- Owner: Debas-31
- License: mit
- Created: 2022-08-01T16:10:29.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-26T20:41:46.000Z (over 2 years ago)
- Last Synced: 2025-04-12T04:13:46.688Z (3 months ago)
- Topics: css3, html5, rspec, ruby, ruby-gem, ruby-on-rails, tailwind-css
- Language: Ruby
- Homepage:
- Size: 512 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rails Budget App
> A Ruby on Rails capstone project 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, and 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.## Screenshot views
![]()
![]()
![]()
![]()
![]()
## Built With
- Ruby
- Ruby on Rails
- PostgreSQL
- HTML
- TailwindCSS and CSS
## Live Demo
[Live link demo](https://serene-ocean-56296.herokuapp.com/)
## prerequisites
- Text editor
- Ruby
- Ruby on Rails
- PostgresSQL
- Rspec
### Development (Running locally)- git clone the project
```bash
git clone https://github.com/Debas-31/rails-budget-app.gitcd rails-budget-app
```### Setup
Install gems with:
```
bundle install
```Setup database with:
```
rails db:create
rails db:migrate
```### Usage
Start server with:
```
rails server
```Visit http://localhost:3000/ in your browser.
### Run tests
Install npm with:
```
npm i
```Install rspec with:
```
bundle install
```
Generate rspec:```
rails generate rspec:install
```Run the test with:
```
rspec spec
```👤 **Debas Gebreslasie**
- [GitHub](https://github.com/Debas-31)
- [Twitter](https://twitter.com/DEBSH76956492)
- [LinkedIn](https://www.linkedin.com/in/debas-gebrengus)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Debas-31/rails-budget-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Ruby Community
- rails developers
- Gregoire Vella former product designer and Adobe Creative Cloud## 📝 License
[MIT licensed](https://github.com/Debas-31/rails-budget-app/blob/dev/LICENSE).
```