https://github.com/angusgmorrison/2005book
A pixel-perfect recreation of Facebook as it was in 2005. Built with Ruby on Rails and featuring custom polymorphic database relationships, session authentication and an RSpec/Capybara test suite.
https://github.com/angusgmorrison/2005book
Last synced: over 1 year ago
JSON representation
A pixel-perfect recreation of Facebook as it was in 2005. Built with Ruby on Rails and featuring custom polymorphic database relationships, session authentication and an RSpec/Capybara test suite.
- Host: GitHub
- URL: https://github.com/angusgmorrison/2005book
- Owner: AngusGMorrison
- Created: 2019-09-27T08:40:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:03:42.000Z (over 3 years ago)
- Last Synced: 2025-02-15T20:54:20.036Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2005book
2005book is a pixel-for-pixel recreation of a popular social networking site during its inaugural year. Although the tech stack may have changed (Rails vs. PHP), the thrill of the experience has not! This was a paired project between Angus Morrison and Elizabeth Prendergast.
Thanks to Wayback Machine for providing us with an excellent reference point: https://web.archive.org/web/20050810001425/http://thefacebook.com/login.php
To start the application, fork and clone this repo. Next, run the following in your terminal:
```bundle install```
```rails db:migrate```
```rails db:seed```
```rails s```