Using Ruby on Rails for this project, it may be a bit heavy for this particular application but it includes a lot of libraries that make getting started easy. (ORM, Rake, etc)
- 2.3.1
- bundle gem
gem install bundle
- run
bundle install
- SQLite is enabled for development mode to ensure easy setup.
- Run
rake db:setup
(If this is the first time you are setting the app up, else runrake db:migrate
)
- run
rake test
- run
rubocop
- Leveraging rake here so ensure all commands are prefixed with rake. Ex.
rake list Awesome_Sauce