Budget app 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.
Server
Database
- 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:
Linux Operating system
Text Editor (VSCode, RubyMine)
Ruby
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:ulises2607/budged-app.git
Install this project with:
cd my-project
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec
You can deploy this project using your own deployment service like Render
.
👤 Cesar Ulises Cappa
- GitHub: @ulises2607
- LinkedIn: Cesar Ulises Cappa Subelza
- Upload icons as files
- Add location attribute to be saved for each purchase
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project consider adding a ⭐️
- I would like to thank Microverse.
- Original design idea by: Gregoire Vella on Behance.
This project is MIT licensed.