- Notifications
You must be signed in to change notification settings - Fork1
jenshaw86/book-grabber
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This web application offers a book exchange service to its users. Users may create an account and add books to build their personal library within the app. Users may browse the entire collection of all books from all users in the app. Upon finding a book of interest, the user may create a request to get a book from another user. Book requests, including those made by the user and those made to the user, may be managed on the user's Tasks page.
Book Grabber was built was Rails 5.2.3 and uses bcrypt to protect sensitive data.
Download the repository from GitHub:Book Grabber
Once downloaded, run "bundle install" in the terminal to set the gem dependencies. Also from the terminal, run "rails db:migrate" and "rails db:seed" to get started with some sample data. Start the local server with "rails s", and visit localhost:3000/home in the browser to get started.
Jenny Shaw, student at Flatiron School Seattle (https://github.com/jenshaw86)
Christopher Cabell, student at Flatiron School Seattle (https://github.com/fut0k0/)
Aidiris Rivera, student at Flatiron School Seattle