https://github.com/chukwuemeka1234/budget-app
This is a budget app with backend built using Ruby on Rails framework. It involves creating item categories and transactions from those categories. The categories have a more detailed page for the specific transaction.
https://github.com/chukwuemeka1234/budget-app
database ruby
Last synced: about 2 months ago
JSON representation
This is a budget app with backend built using Ruby on Rails framework. It involves creating item categories and transactions from those categories. The categories have a more detailed page for the specific transaction.
- Host: GitHub
- URL: https://github.com/chukwuemeka1234/budget-app
- Owner: chukwuemeka1234
- License: mit
- Created: 2022-05-03T10:04:11.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-12T08:20:59.000Z (over 2 years ago)
- Last Synced: 2025-07-27T08:46:34.814Z (11 months ago)
- Topics: database, ruby
- Language: Ruby
- Homepage: https://salty-retreat-04794.herokuapp.com/
- Size: 320 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Recipe-App
> This is a budget app with backend built using Ruby on Rails framework. It involves creating item categories and transactions from those categories. The categories have a more detailed page for the specific transaction.

## Live Version
[ Video Documentation](https://www.loom.com/share/1ea23887692944be925568a9446603f5)
[Live Demo](https://salty-retreat-04794.herokuapp.com/)
## Built With
- Ruby
- Ruby on Rails
- Tailwind
## Getting Started
- Getting a local copy is simple. Follow the steps below
### Install
- Ruby
- Ruby on Rails
- PostgresSQL
- Rspec
- Tailwindcss
### Local Copy
- Clone the project
```
https://github.com/chukwuemeka1234/Budget-app.git
cd Budget-app
```
### Setup
Install gems:
```
bundle install
```
Setup database:
```
rails db:create
rails db:migrate
```
### Usage
Start server:
```
rails server
```
Visit http://localhost:3000/ in your browser.
### Run tests
```
rspec
```
## Authors
👤 **Victor Chukwuemeka**
- GitHub: [@githubhandle](https://github.com/chukwuemeka1234/)
- Twitter: [@twitterhandle](https://twitter.com/@avc_victor)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/vic-chukwuemeka/)
## Credits
- The original design idea by [ Gregoire Vella on Behance](https://www.behance.net/gregoirevella)
- Icons inspired by [ Google ](www.google.com)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE.md) licensed.