PiggyEasyBudget is a small little simple app that tracks your current monthly and any budgeting expenses you may have! It is not very complicated and may be just what you need to keep your spending under control!
From the command prompt enter:
$ git clone [email protected]:ricecake88/sinatra_project.git
$ bundler install
$ rake db:migrate
$ rake db:migrate SINATRA_ENV=test
If you have a Ruby server or Ruby installed on your web host, you can deploy and clone the project onto your system. If you are using a Mac notebook, enter the following to the command prompt:
$ shotgun
- Learn Online IDE
- Sinatra Gem
Bug reports and pull requests are welcome on GitHub at https://github.com/ricecake88/sinatra_project. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Grace Shih - Initial work for basic budget set up.
The gem is available as open source under the terms of the MIT License.
- Geniuses at StackOverflow for their never ending help when I encounter any problems
- W3Schools