Fun little app where you match with users with similar book tastes!
As an former librarian, recommending books was one of my favorite parts of the job. I knew I wanted to build a book app and that's where I thought of book tinder. It's not meant to be a dating app, more of a... "hey! that person has similar tastes, let me see what else they enjoyed so I can read it" app. I hope this encourages more people to read. :3
"Rails is omakaze"
I specifically chose to work on Ruby and Rails because of its doctrine(https://rubyonrails.org/doctrine). Using a stack that has been preassembled, will help me understand proper routings while also letting me spend more time on functionality. :) I will be using ruby on rails screencast, blogs, documentation, and other lifelines to help me through this. I will also add testing
- Project Idea
- Project Goal
- User Stories
- MVP
- Routes
- ERD
- Wireframes
- Tech used
- Requirements
- Installation instructions
- Sources used
- Post project reflections
- Special thanks
- As a user, I want to swipe left/right on books
- As a user, I want to see a fun interface to interact with
- As a user, I want to view all my top matches
- As a user, I want to match with other users who has similar book tastes
- As a user, I want to view other user's page and see what we matched or didn't match in
- As a user, I want to find more books to read
- working auth
- create account
- user can rate yes, no on books
- user can see their matches
- matches will be ordered by number of matched likes
- user can see matched user's page
- matched user's page shows books matched
- [] testing using rspec
- [] add new books
- [] add a top favorite books on user's profile
- [] edit user profile
- [] edit books liked/disliked
- user can pass on books
- [] add googlebooks api
VERB | URL pattern | Action | Description |
---|---|---|---|
GET | / | Read | show homepage |
GET | /users/sign_in | Read | display signin/session form |
POST | /users/sign_in | Create | create new session |
DELETE | /users/sign_out | Delete | destroy current session |
GET | /users/password/new | Read | show password form |
POST | /users/password/new | Create | create new password |
GET | /users/sign_up | Read | show new registration form |
Get | /users/:id | Read | users#show by id |
GET | / | Show | home#index |
GET | /profile | Show | show user's profile page |
GET | /books | Show | show book to rate |
POST | /books/:id/likes | Create | create a like or dislike on book |
GET | /matches | Show | show matches to user |
- Rails
- Ruby
- Devise (authentication)
- Seed
- Heroku (deployment)
- Docker
- SQLite
- PostgreSQL
- Tailwind
- Rails_admin
- miro - ERDS, wireframes
- Ruby version ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x86_64-linux]
- Rails version Rails 7.0.2.3
- Github
- git clone
git@github.com:kokopuffz/book_tinder.git
- run
bundle install
- migrate db and seed
rails db:migrate
rails db:migrate seed
- start servers
bin/dev
- go to localhost:3000
- admin access: localhost:3000/admin
- enjoy!
- https://guides.rubyonrails.org/getting_started.html
- https://tailwindui.com/
- https://gist.github.com/withoutwax/46a05861aa4750384df971b641170407
- https://hypercolor.dev/
- photo images taken from unsplash and pixabay
VERSION ISSUES: I normally work on my PC but I had to go someplace so I took my mac. When I tried to work on the mac it wouldnt work so I updated and did something(forgot) to make it work. And then, I went back on my PC and again had the same issue! I was baffled and couldn't do anything for a little bit. The fix was I changed the gemfile and put in the working ruby version of each computer.
THINKING OUTSIDE THE BOX: Because our last project was on react, I kept trying to fit rails into react like a puzzle and it wasn't connecting. My friend made a diagram for me about how react and rails work differently.
I had many goals for this project but learning a new framework and trying to remember ruby was a challenge. I practiced making rail's hello-world equivalent app, the blog app https://guides.rubyonrails.org/getting_started.html. I thought it would a simple code along but because the structure was so different, making it once took a very long time! Overall, I really enjoyed ruby and rails. I loved the structure of rails, and when I needed help and I googled... I would find issues that were repeated and uniformed solutions!
:3
- yaak!
- taylor, weston, paulina, jason, april - best instructor/instructor aids i can ask for
- BOMBADILS & BFG
- springforward cohort! WE.DID.IT!