The Blog 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.
Client
Server
Database
- Spash Screen
- Sign up and log in pages
- Home page (catagories page)
- Transactions page
- "Add a new category" page
- "Add a new transaction" page
- Unit & Integration Testing with RSpec & Capybara
- Aunthentication with Devise
- Database management with Postgres
- ORM with ActiveRecord
- Deployment with Heroku
- Project Demo with Loom
View Video Demo here
View Live Demo here
In order to run this project you need:
Ruby installed Postgresql installed
gem install rails
Clone this repository to your desired folder:
git clone https://github.com/JonahKayizzi/Budget-App-RoR.git
cd budget-app
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec
👤 Jonathan Kayizzi
- GitHub: @JonahKayizzi
- Twitter: @JonahKayizzi
- LinkedIn: LinkedIn
- Add API Endpoints
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please add a ⭐️
Credit to Microverse for the project specification
Credit to Gregoire Vella on Behance for the design guidelines.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.