Logo

Building Facebook

Try a live version of this project at Heroku: https://warm-thicket-07457.herokuapp.com/

About The Project

We built a large portion of the core Facebook user functionality in this project. There is no Javascript-heavy front end stuff but you won’t need it to get a nice user experience.

It includes some basic integration tests that checks if the page is loading properly and unit tests to make sure the associations have been properly set up.

Built With

This progam was made using this technologies

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisite Instalations

  • Ruby
  • Rails

You can easily install Ruby on your Linux computer by using Homebrew and Chruby

brew install chruby
brew install ruby-install
ruby-install ruby

After that make sure to install rails simply by writting `gem install rails` on the console. Check that rails was installed by writting `rails -v` ` ` and you should get an output similar to ` ` `Rails 4.2.4` with your rails version.

Installation

Clone this repo `git clone https://github.com/jairjy/Microverse-508-Facebook-Clone.git` Then intall the required gems with `bundle install` ` ` followed by ` ` `bundle update`

Migrate the database to your machine with `rails db:migrate`

You can test the API in the rails console. Access it with `rails console`

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: Private Events

Acknowledgements