https://github.com/benmuiruri/rails-mint
A rails app for tracking spending and monitor your expenses per category and your total expenses.
https://github.com/benmuiruri/rails-mint
bootstrap5 css ruby ruby-on-rails
Last synced: 2 months ago
JSON representation
A rails app for tracking spending and monitor your expenses per category and your total expenses.
- Host: GitHub
- URL: https://github.com/benmuiruri/rails-mint
- Owner: Benmuiruri
- Created: 2022-08-01T08:46:21.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2022-12-22T06:08:09.000Z (over 3 years ago)
- Last Synced: 2025-02-28T04:06:41.624Z (over 1 year ago)
- Topics: bootstrap5, css, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://rails-mint.onrender.com
- Size: 388 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby on Rails - Rails Mint
> This repo hosts the Rails Mint web-app that allows tracking spending. The app allows you to monitor your expenses per category and your total expenses.Once logged in you can add the list of Categories you wish to track and from there you can add expenses under your respectrive categories. Each category has a unique icon that allows you to visualize your expenses
## Preview


## Video Presentation
- Watch this [video presentation](https://www.loom.com/share/2e7732eeea964d229f3d8b9c77061122) to get up to speed with how the app works.
## Live Link
- Visit this [live link](https://rails-mint.herokuapp.com/) to interact with the web app before cloning it.
## Built With
- **Ruby**
- **Rails**
- **Postgresql**
- **CSS**
## Methodology used
- TDD via RSPEC
## Getting Started
To get a local copy up and running follow these simple example steps.
## Prerequisites
- You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.
## Setup
- Clone the project `git clone git@github.com:Benmuiruri/rails-mint.git`
- navigate to the folder `cd rails-mint`
- Install required gems `bundle install`
- Load the database `rails db:reset`
## Usage
- start the server `rails server`
- Enjoy interacting with the app.
## Author
👤 **Ben Kiarie**
- GitHub: [Ben Kiarie](https://github.com/Benmuiruri) - Follow me on Github, browse my projects, and leave a star for any project you like.
- Twitter: [Optimize](https://twitter.com/_optimize) - Follow me on Twitter I will make your Timeline a bit more interesting
- LinkedIn: [Ben Kiarie](https://www.linkedin.com/in/benjamin-kiarie-180b66149/) - Connect with me on LinkedIn lets expand our network for mutual benefits.
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Benmuiruri/rails-mint/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Hat tip to anyone whose code inspired our project