A simple, user-friendly mobile web application that helps you manage your budget. You have a list of transactions associated with a category, so that you can see how much money you spent and on what.
- Ruby
3.1.2
- Rails
7.0.3
🔗 Heroku
🔗 Render
- Ruby
To get a local copy up and running follow this simple step:
- Clone repository to your local machine:
$ git clone git@github.com:dewslyse/mv-budget-app.git
This will create a directory in the name of the project folder.
- Navigate to project folder using
$ cd mv-budget-app
- Install all gems for the project by running:
$ bundle install
- In the
config/
directory, create a new file with the namelocal_env.yml
and add the following code:
DATABASE_USERNAME: 'Your-PostgreSQL-Username'
DATABASE_PASSWORD: 'Your-PostgreSQL-Password'
- Create the database by running:
$ rails db:create
- Run
rails s
to start the server - Open
http://127.0.0.1:3000/
in your browser to use the app
- Run
rspec
to run the tests
👤 Selase
- GitHub: @dewslyse
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.
This project is MIT licensed.