Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This is a basic application to see book reviews, ratings and introduction.

## Requirements
* Ruby 2.2.2 or newer
* Rails 5.0.5
* sqlite3 (included)

## Running the app
1. Clone the app and run `bundle install` .
2. Run `rails s` to start server in development environment.
1. Clone the app and run `bin/setup` to install dependencies and create database.
2. Or `bundle install` and `bin/rails db:setup` to do it separately.
3. Run `rails s` to start server in development environment.

## Features
* User sign up / log in
* View Books an their Reviews
* Filter Books by Category
* Create/Edit Books (category, title, description, author, cover - image attachment)
* Create/Edit Reviews for Books