This is the Mod 2 project of Rachel Novick and Benjamin Addai. The original repo was deleted from github. This is the restoration of the code.
This application allows users to create a meal idea and mark which dietary restrictions the meal is compliant with.
Ruby by Rachel Novick HTML by Benjamin Addai
To run:
bundle install
rake db:create
rake db:migrate
rake db:seed
Once the database has been properly migrated, run rails s to start the server