"BudTab" is a mobile web application where you can 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
- Rails
- Postgres
- Clone this repo locally using git in the command line and the following command
> git clone git@github.com:zhadier/budget-app.git
- Then cd into the directory using
> cd blog-app
- Alternatively, you can just download the complete zip file and extract the folder in your directory
- In the project directory, you should download all dependencies using:
> bundle install
- then setup the db using the following command in the CL
> bin/rails db:setup
- Finally, you can use this command to start the live server and checkout the app!
> bin/rails s
To perform tests, run the following command
> bundle exec rspec spec
👤 Zeeshan Haider
- GitHub: @zhadier
- LinkedIn: Zeeshan Haider
Contributions, issues, and feature requests are welcome and highly encouraged! We feel that your input is what helps us grow so you're always Welcome :)
Feel free to check the issues page.
Give a ⭐️ if you like this project! I would love to hear your thoughts and ideas 🖤
This project is MIT licensed.