Skip to content

This project consists of building and Test a Social Network (Facebook clone), with a large portion of the core Facebook user functionality.

License

Notifications You must be signed in to change notification settings

AndresFMoya/RoR-Facebook_Clone

Repository files navigation

Ruby on Rails - Social Network


This project consists of building and Test a social network (Facebook clone), with a large portion of the core Facebook user functionality. Real Facebook accounts Authentication was implemented.

ruby version rails version

Social NetWork Video

ERD

ERD

In this project, we will build a Web App with the following technologies:

  • Ruby on Rails
  • PostgreSQL

Technologies used

  • Ruby on Rails
  • RSpec
  • PostgreSQL
  • Git
  • Bootstrap
  • HTML & CSS
  • Heroku
  • OAuth2

Live Version

Social Network

Getting started

To get started with the app, first clone the repo and cd into the directory:

$ git clone https://github.com/AndresFMoya/ROR-Facebook_Clone.git
$ cd RoR-Facebook_Clone

Then install the needed gems (while skipping any gems needed only in production):

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

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

$ bundle execute rspec

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

$ rails server

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.

  1. Fork it (https://github.com/AndresFMoya/RoR-Facebook_Clone/develop/fork)
  2. Create your working branch (git checkout -b [choose-a-name])
  3. Commit your changes (git commit -am 'what this commit will fix/add/improve')
  4. Push to the branch (git push origin [chosen-name])
  5. Create a new pull request

Contributors

Kerron King
Andrés F. Moya

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.

📞 Get in Touch!

I will love to hear about you at one of the following places! ❤️

andresmoya.me

About

This project consists of building and Test a Social Network (Facebook clone), with a large portion of the core Facebook user functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •