Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.02 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.02 KB

Gabriela's Presistance with Ruby on Rails Website

website: https://famous-watergate.herokuapp.com/

this website is exactly like my persistance project which,

created a small web app that is a small message board, like web app. That will take in posts from anyone, anywhere, as long as they have access to the webpage. It is supposed to be a pretend watergate website for any famous person. In other words you can pretend to be Obama, Whitney Houston's Ghost, Eisnten, a Kardashien, or etc and say whatever you want. The more ridiculous and funny the better.

Upgrades are that you can edit, delete and view every post seperatly on their own page, regardless of who you are and who created the post (good and bad, really just an exersice to see if i could do it)

only thing not currently working is the pagination that i had figured out on the previous assignment, but i'm working on it

To run locally:

download repo

in Terminal: bundle install

in Terminal: rails server