A mobile web application to manage your budget.
Check out the live app here
Check out the video presentation of the app functionality here
- Ruby on Rails
- PostgresSQL
To get a local copy up and running follow these simple example steps.
- Copy this link
https://github.com/Kwentsir/Quick-Budget-App.git
. - Get the directory that you want to clone the repository.
- Open the command prompt in this directory.
- Write
git clone https://github.com/Kwentsir/Quick-Budget-App.git
. - Go to the repository folder in your command prompt
cd Quick-Budget-App
. - run
bundle install
to install dependencies - run
rails db:setup db:create db:migrate
to set up your database environment. - run
rails s
to start the local app. - run
rspec
to run the tests.
👤 Joseph Kwesi Kwentsir
- GitHub: @Kwentsir
- Twitter: @jkwentsir
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This web application UI design was inspired by Gregoire Vella on Behance.
This project is MIT licensed.