The 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.
- Ruby
- Ruby on Rails
- PostgreSql
- Bootstrap 5
🔥 Link 🔥
Go ahead and check the most recent version of each of these:
- Ruby (ruby --version)
- SQLite3 (sqlite3 --version)
- Node.js (node --version)
- Yarn (yarn --version)
- Rails (rails --version)
To clone the repo run:
git clone https://github.com/abdulhamiid/budget-app.git
To access the cloned directory, run:
cd blog-app
Install the required dependecies with:
bundle install
Install npm dependencies with:
npm install
Before running below commands update config/database.yml with your local DBcredentials. Then run:
rake db:create
rake db:migrate
rake db:seed
👤 Abdulhamid
- GitHub: abdulhamiid
- Twitter: @abdulhamid_adio
- LinkedIn: Adio Abdulhamid
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
- Fork the Project
- Create your Feature Branch
git checkout -b feature/newFeature
- Commit your Changes
git commit -m 'Add some newFeature'
- Push to the Branch
git push -u origin feature/newFeature
- Open a Pull Request
Give a ⭐️ if you like this project!
- Thanks to Microverse
- The Creative Commons license
- Design Template by Gregoire Vella on Behance
This project is MIT licensed.