Home

Awesome

GeeksRead

User's Profile Page

user-show

Book list

book-list

Books show page

book-show

Groups list

groups

In this project, I created an app that allows you to register books you've read and group them based on their genres. As an extra feature, I implemented a feature that allows you to review other people's books as well as see reviews from different people on the book based on a 5-star rating.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Setup

To test the BooksApp locally, you will need to clone the repository, navigate to it's containing directory, and run the following commands:

Clone the repository and follow the steps to run the app.

 git clone https://github.com/Temmarie/Books-app.git

Install gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rpsec spec

Deployment

Live link

Author

👤 Grace Tamara Ekunola

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgements