/foodme-sinatra-project

A food review application built on Sinatra

Primary LanguageRubyMIT LicenseMIT

FoodMe - Review the Food You Eat!

A food review application built on Sinatra

This application allows you keep track of all the dishes you eat out at restuaurants. Unlike many other food review sites, this application focuses primarily on the actual dish you eat. Users can easily share their individual page containing all their dish reviews. No more having to find a restaurant, then dig through the reviews to find feedback on the dish you are interested in.

The FoodMe Review application allows you to:

  1. Login or Signup with your own account
  2. View your FoodMe Reviews, All Reviews, or any other user's FoodMe Reviews.
  3. Create, Edit, and Delete your FoodMe Reviews.
  4. You can also share your user page and vistors do you have to login to view.

Installation

  1. Clone this repo to your computer.
  2. Navigate to cloned folder
  3. To install all dependencies, run:
bundle install
  1. To get the database setup, run:
rake db:migrate
  1. To run a local server, run:
shotgun
  1. Navigate to: http://localhost:9393 and create a new account.
  2. Enjoy!

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/fastmode/foodme-sinatra-project. 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.

License

This application is available as open source under the terms of the MIT License.