WALLET is an Ruby on Rails 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.
Server
Database
The application allows the user to:
- Register and log in, so that the data is private to them.
- Introduce new transactions associated with a category.
- See the money spent on each category.
To get a local copy up and running, follow these steps.
In order to run this project you need:
-
Ruby installed in your machine
-
gem install rails
(Ruby gem)
Clone this repository to your desired folder:
- git clone
https://github.com/admirerbrown/ROR-budget-App.git
- cd RoR-budget-App
- bundle install
- rails db:create
- rails db:migrate
To run the project, execute the following command:
- rails server
To run tests, run the following command accordingly:
-
rails db:seed RAILS_ENV=test
-
rspec
👤 Samuel Kyere
- GitHub: @admirerbrown
- Twitter: @admirerbrown
- LinkedIn: @samuelkyere
- Add React frontend
- Allow users to add notes
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project then don't forget to give a star star on this repository
- I would like to thank microverse for their resources.
- beautiful design was inspired by Gregoire Vella on Behance.
This project is MIT licensed.