gferrarocamus / building-facebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

building-facebook

This site is a social network built with Ruby on Rails in the style of Facebook, where users can sign up, friend other users and share posts.

Table of Contents

Install

In order to run the site, you need to have Ruby on Rails installed. Then you can clone this repository and install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, fire up a local server:

$ rails server

Maintainers

@gferrarocamus @jeton-th

License

MIT © 2019 @gferrarocamus @jeton-th

About


Languages

Language:Ruby 79.3%Language:HTML 15.1%Language:SCSS 3.2%Language:CoffeeScript 1.3%Language:JavaScript 1.1%Language:Procfile 0.0%