Building a functional clone of Facebook.
Built with Rails 5.2. Powered by black coffee.
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/
Currently working on: You can leave messages on a friend's wall
- Fork it (https://github.com/misselliev/facebook-app/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
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