Budget app is about building 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
BudgetApp.-.Google.Chrome.2022-05-26.02-03-47.mp4
- Ruby
 - Ruby on Rails
 - RSpec, PostgreSQL
 
To use this project you first need to have installed the following:
- Node.js
 - Ruby
 - PostgreSQL
 - Rails
 
- Ruby version
 
The version of ruby that is needed for this project is
- 3.1.1
 
Once you have installed them, you need to use the following command to clone the repository:
git clone [email protected]:Reem-lab/budget-app.git
Next, use this command to create the databases:
rails db:create
Finally, use the following command to initialize the live server:
rails s
open on your browser "localhost:3000"
before you run the tests
rails db:seed RAILS_ENV=test
rspec spec
rspec spec/models
rspec spec/views
👤 Reem Janina
| Platform | Badge | 
|---|---|
| GitHub | @Reem-lab | 
| Rem79940127 | |
| LinkdIn | reem-janina | 
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
 - Inspiration
 - etc
 
This project is MIT licensed.