https://github.com/xsidx/budget_app
A rails application that allows users to create expense categories and track the transactions per category. A transaction can belong to multiple categories. It has user authentication and data is preserved using postgresql.
https://github.com/xsidx/budget_app
rails7
Last synced: 5 months ago
JSON representation
A rails application that allows users to create expense categories and track the transactions per category. A transaction can belong to multiple categories. It has user authentication and data is preserved using postgresql.
- Host: GitHub
- URL: https://github.com/xsidx/budget_app
- Owner: XsidX
- Created: 2022-11-14T07:36:57.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-26T12:33:58.000Z (over 3 years ago)
- Last Synced: 2025-02-13T12:53:44.030Z (over 1 year ago)
- Topics: rails7
- Language: Ruby
- Homepage:
- Size: 178 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget App
> This is a A rails application that allows users to create expense categories and track the transactions per category. A transaction can belong to multiple categories. It includes user authentication and data is preserved using postgresql.
## Built With
- Ruby on Rails
- Stimulus
- Tailwindcss
## Live demo
[Live link](https://pocketguard-expense-tracker.onrender.com)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby runtime environment
- Postgresql
- Rails
### Setup
- Clone the repository using `git clone git@github.com:XsidX/budget_app.gitt`
- Navigate to the folder using `cd blog_app`
- Use the following commands to
- install necessary gems `bundle install`
- run `rails assets:precompile`
- run the development server `./bin/dev`
## Author
👤 **Sidney**
- GitHub: [XsidX](https://github.com/XsidX)
- Twitter: [@\_sid_o](https://twitter.com/_sid_o_)
- LinkedIn: [Sidney Kaguli](https://www.linkedin.com/in/sidney-kaguli)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
-Original design idea by [Gregoire Vella](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=) on Behance.
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](https://github.com/XsidX/budget_app/blob/dev/MIT.md) licensed.
NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._