JamesOkunlade / facelook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facelook

Facelook is a clone of some of the features of the Facebook app. Users can make friends, post contents and different posts can be liked and commented on by other users.

https://www.facebook.com

facelook login

facelook home

Technologies

Ruby

Framework

Ruby on Rails

Bootstrap

Requirements

Ruby version 2.6.2

Rails version 5.2.3

If you don't have RVM installed you can set it up using this guide

Installation

Open your git bash and cd to the location you'd like to put your files the run the command below.

git clone https://github.com/JamesOkunlade/facelook

cd to into the project folder and install using bundle install

rails db:create

rails db:migrate

rails db:seed

To start the server: rails server

Future improvement

  • Change the frontend to React.js
  • Implement live chat with friends

Author

James Okunlade

Adnan Afsari

About


Languages

Language:Ruby 67.3%Language:HTML 26.9%Language:SCSS 1.7%Language:CoffeeScript 1.4%Language:CSS 1.4%Language:JavaScript 1.3%