Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.91 KB

README.md

File metadata and controls

69 lines (46 loc) · 1.91 KB

Facebook App

NPM Version Build Status Downloads Stats

Building a functional clone of Facebook.

Built with Rails 5.2. Powered by teal 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 db:migrate
$ 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