Skip to content

Basic functionality of Facebook site built with Ruby on Rails

Notifications You must be signed in to change notification settings

jstiven01/facebook-clone

Repository files navigation

Project: Building Facebook

This project is about building a large portion of the core Facebook user functionality. You can check the complete description here

Screenshot

Live Demo:

Check a live version on Heroku. here

Built With:

ruby 2.6.3, rails 5.2.3

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rspec

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

Usage

Go to localhost in your favorite browser

http://localhost:3000/

Automated Tests

Get in to the folder app and run

rspec

Upcoming Features

To see the upcoming features check the issues page

Author

👤 Johan Stiven Tinjacá Tocora

About

Basic functionality of Facebook site built with Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published