Skip to content

A social media app built with ruby on rails.

Notifications You must be signed in to change notification settings

AdnanAfsari/facelook

 
 

Repository files navigation

Facelook

standard-readme compliant

Facelook. Live demo

Table of Contents

facelook login

facelook home

Background

Facelook is a clone of the Facebook App built with Ruby on rails and hosted on heroku. We have implemented some of the core features of Facebook such as Users can make friends, post content and different posts can be liked and commented on by other users etc.

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

Authors

👤 Author1

👤 Author2

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Releases

No releases published

Packages

No packages published

Languages

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