The budget app is a personal financial ledger that allows users to keep track of their financial expenditures. It offers confidentiality through user authentication and resource access control protocols. Users are able to add and classify different transactions under different categories based on the nature of the transactions.
- HTML5
- CSS3
- Rails
- Ruby
- JavaScript
- postgresql
To get this program running on your computer,
- Install Ruby
- Install postgres database engine
- Clone the project repository (link)
$ bundle install
Create a .env
file in the root directory of the app, and then add this
DATABASE_USER = <USERNAME_THAT_WORKS_WITH_SETUP_POSTGRES_DATABASE>
DATABASE_PASSWORD = <PASSWORD_ASSOCIATED_WITH_THE_POSTGRES_USERNAME>
I've come across weird scenarios where certain routines would result in errors on Windows platform when they work fine on other platforms. So, I've chosen those that are more likely to succeed.
> rake db:create
> rake db:migrate
For Linux and macOS platforms
$ rake db:prepare
$ rails s
👤 Steve
- GitHub: @sntakirutimana72
- LinkedIn: steve-ntakirutimana
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
- Fellow Micronauts
This project is MIT licensed.