An open API service indexing awesome lists of open source software.

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.

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```