This Sinatra MVC web app allows users to create and track recipes!
- Clone this repo
- Run
bundle install
to install any dependencies. - Run
rake db:migrate
to set up the database. - Run
shotgun
and navigate to the newly spun-up web server in your browser.
If you see an opportunity for improvement go ahead and use a typical git workflow to make it happen:
- Fork this curriculum repository
- Make the change on your fork, with descriptive commits in the standard format
- Open a Pull Request against this repo
The repo owner will review your change and approve or comment on it in due course.