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.
- Ruby on Rails
- Stimulus
- Tailwindcss
To get a local copy up and running follow these simple example steps.
- Ruby runtime environment
- Postgresql
- Rails
- Clone the repository using
git clone [email protected]: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
- install necessary gems
👤 Sidney
- GitHub: XsidX
- Twitter: @_sid_o
- LinkedIn: Sidney Kaguli
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-Original design idea by Gregoire Vella on Behance.
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish._