Skip to content

A Sinatra app for reviewing restaurants and creating a bucket list of restaurants you'd like to dine at and eventually write a review.

Notifications You must be signed in to change notification settings

stennity8/sinatra-restaurant-buckeklist-app

Repository files navigation

Restaurant Bucket List


Restaurant Bucket List is a Sinatra app that allows users to create reviews of restaurants, see other users reviews of restaurants, and to add restaurants to a Bucket List. Once a user visits a restaurant on their Bucket List they can then create a review for that restaurant and it will be removed from their Bucket List.

Heroku link: http://restaurant-bucket-list.herokuapp.com/

Video Walk-through: https://www.youtube.com/watch?v=Yz09D8GWnoE&t=64s


Registration

  • In order to use the app you will need to register. Once you register you will have access to the full functionality of the app.

Installation

  • To run this app on a local server:
  1. Fork this repo and then clone to your local environment using git clone git@github.com:stennity8/sinatra-restaurant-buckeklist-app.git
    for SSH or git clone https://github.com/stennity8/sinatra-restaurant-buckeklist-app.git for HTTPS
  2. cd into the newly created sinatra-restaurant-bucketlist-app folder.
  3. Run bundle install
  4. Run shotgun and navigate to localhost:9393
  5. You can now register and play around with the app.

Contributing

  • If you are interested in contributing to this app please feel free to submit a pull request.

Authors

© 2019 by stennity8

License

This project is licensed under the MIT License:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

About

A Sinatra app for reviewing restaurants and creating a bucket list of restaurants you'd like to dine at and eventually write a review.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published