My second project for this course is a MVC Sinatra app that uses ActiveRecord and a sqlite database. I was excited to be able to use a database for this project and start learning about how to use sessions.
My first project is a CLI Gem titled ‘best_sellers’. The requirements of the project are to provide a CLI app that accesses data from an outside source like another web site. It also must go a layer deep to allow the user to choose an option, and must include all of the Ruby essentials learned in previous weeks.