Books App is a visual representation of a database of the popular books, where a user can leave comments.
- Create an account.
- Login/logout.
- See the list of all books.
- Create, edit and delete a review.
- Create tables (User, Review, Book).
- Create associations and seed data.
- Create validations and routes in routes.rb.
- Work on controllers and serializers.
- Create front-end side.