Skip to content

Building a functional facebook clone with Ruby on Rails

License

Notifications You must be signed in to change notification settings

misselliev/facebook-app

Repository files navigation

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

About

Building a functional facebook clone with Ruby on Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published