<<<<<<< HEAD
=======
11f34654327dff5f669a67ef4cbe49f7a56c74a4 Welcome to my Sinatra app known as Travel Log. I created this app at Flatiron school. The application is a Travel Blog where users can create a username, email and password and will need to enter their email and password in order to log in. Only Existing users have the option to create a blog, read, edit and delete.
Please make sure you have the following gems on your gemfile:
- gem 'sinatra'
- gem 'activerecord'
- gem 'sinatra-activerecord'
- gem 'rake'
- gem 'require_all'
- gem 'sqlite3', '~> 1.3.6'
- gem 'thin'
- gem 'shotgun'
- gem 'pry'
- gem 'bcrypt'
- gem 'tux'
- gem 'dotenv'
- gem 'chartkick'
- gem 'sinatra-flash'
<<<<<<< HEAD
- And then execute: ======= And then execute:
11f34654327dff5f669a67ef4cbe49f7a56c74a4
- $ bundle install
- To run the application
- run shotgun
Bug reports and pull requests are welcome on GitHub
The gem is available as open source under the terms of the MIT License.