The Utility app is a general purpose resposnsive Ruby on Rails app which enables user to manage different monthly payments. The app keeps track of all the categories of payments and transactions. It allows to save categories of payments with its transactions. The app also keeps track of user's recordes, and also it enables to create category, create new payment transaction and generate a payment transaction detail.
- Major languages: Ruby, Ruby on Rails, SASS
- Technologies used: Rubocop, Gitflow, RSpec
- Ruby installed on local system
- yarn (Package Manager)
- npm ( Node Package Manager )
- Git and Github Account
- PostgreSQL installed on local system
To get a local copy up and running follow these simple example steps.
-
Open terminal
-
Change to the desired directory then run the following:
- run
git@github.com:mengiefen/utility-app.git
- cd utility-app/
- git switch dev
- run
bin/setup
- run
bin/dev
- run
- create .env file on the root directory
- replace the following with your credentials from cloudinary
CLOUD_NAME=yourloudname
API_KEY=yourapikey
API_SECRET=yourapisecret
Steps to excute the app locally
- Run
bin/dev
in the console at working directory
Deployment on Heroku
👤 Mengstu Fentaw
- Github: @mengiefen
- Twitter: @MengistuFentaw
- Linkedin: @mengefen
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.
-
Microverse: microverse community
This project is MIT licensed.