Welcome to the Book Review Club App! It is built with Sinatra that allows users to create, edit and track their posts of book reviews with secure personal accounts. The users are allowed to view others' posts but are not allowed to edit or delete others' posts.
- Modeled custom database schema with SQLite, Active Record, and Sinatra
- Implemented form validation and displayed validation failures to users with error messages
https://sinatra-book-app.herokuapp.com/
Please feel free to visit the live site and leave me any comments. Have fun!
$ bundle install
In the directory, type the below in your terminal:
$ rackup config.ru
Bug reports and pull requests are welcome on GitHub at https://github.com/lena0128/my-book-club-sinatra-project. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct].
The gem is available as open source under the terms of the MIT License.