Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.31 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.31 KB

Facebook App

Building a functional clone of Facebook.

Built with Rails 5.2. Powered by black coffee.

Usage

You can use our live version here or install and run in your local machine.

To install please clone the repository

$ git clone https://github.com/misselliev/facebook-app.git

cd into Facebook-app folder

$ cd facebook-app
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails db:seed
$ rails server

And open your browser in localhost

$ http://localhost:3000/

Release History

Currently working on: You can leave messages on a friend's wall

Developers

Contributing

  1. Fork it (https://github.com/misselliev/facebook-app/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details

"Looking at code you wrote more than two weeks ago is like looking at code you are seeing for the first time." Dan Hurvitz