ksandy95 / BookClub

Backend Module 2 paired Rails project, weeks 2 and 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Club

Backend Module 2 paired Rails project, weeks 2 and 3

Background and Description

This purpose of this application is for users to browse and review books. The primary goal of this challenge is testing your ability to set up many-to-many relationships and accessing attributes through multiple models.

Learning Goals for this Project

  • creation of a basic Rails web application
  • many to many relationship
  • implementing basic MVC structure to your project
  • save and retrieve data from a database
  • display content on a web page with some very basic styling
  • learning how to test your code effectively at a Feature and a Model level

Requirements

  • must use Rails 5.1.x
  • must use PostgreSQL
  • all controller and model code must be tested via feature tests and model tests, respectively
  • must use some amount of HTML and CSS layout
  • project is hosted on Heroku

Not Allowed

  • ask instructors in your public channel before adding any gems to your project
  • do not use JavaScript to sort content on a page

User Stories

These user stories may be worked on in any order that makes sense to your team. The most optimal order may not be a top-to-bottom approach.

View User Stories

Extensions

If you finish the user stories above before the deadline, you are expected to attempt extension work. Extensions should not be attempted until all other work is complete.

View Extensions

Rubric

Each paired team will have a rubric uploaded to https://github.com/turingschool/ruby-submissions

View Book Club Rubric

About

Backend Module 2 paired Rails project, weeks 2 and 3