Welcome to My Restaurant Review Rails app where you can signup for a User account to Create, Read, Update, and Delete reviews of restaurants that you have visited. Here you can build and keep track of all the restaurants you have dined at! You can also view restaurant reviews by other Users. Thank you for using my app.
Demo at: https://ror-my-restaurant-review.herokuapp.com/
Video at: https://youtu.be/6zpY7UO6Z4U
View my blogs about the development of my app at:
Contact: James Fernandez | Email: jffernan@comcast.net | Phone: (206) 658-5295
To use this app, clone from GitHub 'git clone git@github.com:jffernan/rails-my-restaurant-review', 'cd' to the new directory, then run bundle install
, and last, run rails server
or 'rails s'. Last, click on the http link to open my app in your browser. If you run 'rake db:seed' in the terminal, this will seed the database with fake Users & Reviews.
Bug reports and pull requests are welcome on GitHub at https://github.com/jffernan/rails-my-restaurant-review. 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.
The code is available as open source under the terms of the MIT License.