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 track your spendings.
- Major languages (Ruby)
- Framworks (Ruby on Rails)
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
- Ruby
- Ruby on Rails
- PostgresSQL
- Rspec
-
Clone the repository using the below commands.
-
https://github.com/Yazino12/budget-app.git
-
cd budget-app
-
rails s
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Visit http://localhost:3000/ in your browser.
Install npm with:
npm i
Install rspec with:
bundle install
and
rails generate rspec:install
run the test with:
rspec spec
Live
- Live app: Budget App
Current app is better viewed in
mobile screens
👤 Yasin Warsame
- GitHub: @Yazino12
- Twitter: @yasino24
- LinkedIn: yasin-warsame
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Original design idea by: Gregoire Vella on Behance.
Give a ⭐️ if you like this project!
- Inspiration: Microverse
This project is MIT licensed.