https://github.com/mre55/rails-budget-app
This Rails 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.
https://github.com/mre55/rails-budget-app
postgresql ruby ruby-on-rails tailwindcss
Last synced: 3 months ago
JSON representation
This Rails 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.
- Host: GitHub
- URL: https://github.com/mre55/rails-budget-app
- Owner: Mre55
- License: mit
- Created: 2022-04-18T08:52:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T18:06:55.000Z (about 4 years ago)
- Last Synced: 2025-01-02T16:30:38.325Z (over 1 year ago)
- Topics: postgresql, ruby, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage: https://fast-escarpment-78982.herokuapp.com/
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yene Budget App
> This rails 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.
## Live Link
- [Heroku](https://fast-escarpment-78982.herokuapp.com/)
## Built With
- Ruby
- Ruby on Rails
- Postgresql
- Tailwind CSS
## Getting Started
**To get a local copy up and running follow these simple example steps:**
### Prerequisites
- [Ruby](https://www.ruby-lang.org/en/)
- [Rails](https://gorails.com/)
### Setup
- Make sure you have Ruby on Rails set up properly on your computer
``` sh
git clone git@github.com:Mre55/Rails-Budget-App.git
```
``` sh
cd Rails-Budget-App
```
### Install
```sh
bundle install
```
```sh
npm install
```
### Run
```
rails db:create
```
```
rails db:migrate
```
```
rails s
```
### Test
```sh
rspec
```
### Usage
To start Rails Budget App you need to first `signup`
👤 **Mihreteab Misganaw Aride**
- GitHub: [@Mre55](https://github.com/Mre55)
- Twitter: [@MreMisganaw](https://twitter.com/MreMisganaw)
- LinkedIn: [Mihreteab Aride](https://www.linkedin.com/in/mihreteab-aride-86249812b/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
- Feel free to check the [issues page](https://github.com/Mre55/ror-blog-app/issues).
## Acknowledgements
- Credit of the design goes to [Creative Commons license](https://creativecommons.org/licenses/by-nc/4.0/). The Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
## Show your support
Give a ⭐️ if you like this project!