Skip to content

A forum app for Jeff Goldblum enthusiasts. Project for module 2 of Flatiron School. Built with: Ruby on Rails.

Notifications You must be signed in to change notification settings

dangrammer/jeff-uh-finds-a-way

Repository files navigation

Jeff, uh, Finds a Way

Login page

Jeff, uh, Finds a Way is a fan forum for none other than the eccentric, enigmatic Jeff Goldblum. Fan posts can be publically viewed as a chronological thread or browsed by category. Users can create a secure profile to create their own posts and comment on posts by other users. This is a project application done for module 2 of Flatiron School. Additional features, refactors, bug squashes, and enhanced styling are future goals.

Authors

Ruby Version

  • ruby 2.6.1

Rails Version

  • rails 6.0.3.1

Database

  • postgreSQL 1.2.3

Gem Dependencies

  • bcrypt 3.1.13

Screenshots

Scroll Public Thread On Homepage
Scroll Public Thread Demo

Browse Categories
Browse Categories Demo

View Poster Profile
View Poster Profile Demo

Login/Signup
Login/Signup Demo

Create Comment
Create Comment Demo

Create Post
Create Post Demo

Edit Profile
Edit Profile Demo

How To Install and Run

  1. fork (optional) then clone or download this repository to local machine
  2. use text editor and/or terminal to navigate into jeff-uh-finds-a-way directory
  3. run bundle install (or bundle i) in terminal to install necessary dependencies
  4. run rails db:create in terminal to create database
  5. run rails db:migrate in terminal to initialize database
  6. run rails db:seed in terminal to seed database with starter data
  7. run rails s in terminal to run server in browser at http://localhost:3000/

About

A forum app for Jeff Goldblum enthusiasts. Project for module 2 of Flatiron School. Built with: Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published