HT is a web application designed to help users or clients to make a complete reservations in order for them to enjoy their vacation. Users will have the ability to create, view, update and delete their reservations and their comments about the hotel..
Fork and clone the HT repo onto your computer. In your terminal, cd to the sinatra_project folder. Run bundle install
to load the Ruby gems and dependencies. This web application has seed data added, be sure to run rake db:migrate
and rake db:seed
if you would like to test with the provided seed data. Data can be found in the db folder (seeds.rb).
Run the HT web application on your local machine by typing shotgun
in your terminal. Open your browser and navigate to 'localhost:9393'. The web application will load, you can create a new login, or use the seed data provided. To exit, type 'CTRL + C' to stop the shotgun
session.
Bug reports and pull requests are welcome on GitHub at https://github.com/AD0791/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.
The gem is available as open source under the terms of the MIT License.