Try a live version of this project at Heroku: https://warm-thicket-07457.herokuapp.com/
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.
This progam was made using this technologies
To get a local copy up and running follow these simple example steps.
- 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.
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`
Distributed under the MIT License. See LICENSE
for more information.
Project Link: Private Events