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 on Rails
- PostgreSQL
- Live Link
- Getting Started To get a local copy up and running follow these simple example steps.
- Ruby
- Rails
- Setup
- Make sure you have Ruby on Rails set up properly on your computer
- Clone or download this repo on your machine
- Enter project directory
- Install
- bundle install
- Database
sudo -u postgres createuser recipe_app -s
rails db:create
rails db:migrate
rails db:schema:load Run rails s Test rspec Troubleshoot
RAILS_ENV=test rake db:reset
rails g scaffold_controller model
rake db:migrate VERSION=0
👤 Olipliche Mavoungou Paka
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
🤝 Contributing Contributions, issues, and feature requests are welcome!
- Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Original design idea by Gregoire Vella on Behance.
- License MIT