2005 Myspace recreation with Sinatra and Ruby. The recreation is a representation of Myspace how it was originally in the year 2005.
- User Signup
- Profile Comments
- Messages and message notifcation
- Friend requests and friend request notifcations
- Custom CSS for user profiles (Old myspace layout site codes work here too! Although a bit buggy sometimes)
- Profile pictures and user photo albums
ffec0ed7a7fe1d18c0f021b836a62dfb.mp4
These are the steps to get the app up and running:
Make a local copy of this project and move into the directory. This project requires Ruby and RubyGems. If you don't have Ruby installed yet, you can find installation instructions here.
$ git clone [email protected]:Libaration/CRUDspace.git
$ cd CRUDspace
(Do not skip seeding!)
$ rake db:migrate
$ rake db:seed
This will seed "Tom" into the database with his profile picture being the one located
at /public/images/tom.jpeg.
It's important Tom is seeded because he will send a default greeting and friend request
to every user who signs up. To change the greeting or user who does the greeting
Find the #tomswelcome helper method in users_controller.rb
$ bundle exec rackup