by Brennan Fulmer
Book Writer is an application written in Ruby that uses Sinatra and ActiveRecord to create a website for users to write books. Users are able to create multiple books with multiple chapters. They can also delete and edit these books or view each others.
To install download/clone this repository to your local machine. Next open your command line. Then run the commands "rake db:migrate" and "shotgun" (without quotes). From there browse to the link on your screen (should be http://127.0.0.1:9393/) and you'll be in the app. Note you may need to install bundler, and other dependencies before any of the software will work.
Bug reports and pull requests are welcome on GitHub at https://github.com/BrennanFulmer/Book_Writer. 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 software is available as open source under the terms of the MIT License.
http://brennanfulmer.github.io/the_experience_of_making_book_writer_my_sinatra_project