BudgetWise: 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 category and when..
https://budgetwise-4fmb.onrender.com
Testing
Linter
- Sign up or log in
- Create a new Category
- Calculate transactions
To get a local copy up and running, follow these steps.
In order to run this project you need Ruby, [Rails] (https://rubyonrails.org/), and [postgres] (https://www.postgresql.org/) installed on your machine.
Clone this repository to your desired folder:
git clone https://github.com/bill7pearl/BudgetWise.git
cd BudgetWise
Install this project with:
bundle install
Create databases and run the migrations with:
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To run tests, run the following command:
rails db:create RAILS_ENV=test
rails db:schema:load RAILS_ENV=test
bundle exec rspec
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Add desktop version
- Enhance UI/UX
- Create APIs
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
If you like this project, please consider giving it a 🌟.
I would like to thank Microverse for the great opportunity & I would also like to thank Gregoire Vella for the beautiful design.
This project is MIT licensed.