Skip to content

This is a Rails project that imitates some basic functionalities of Facebook. A user can sign in, add friends, create posts, and submit comments and likes. This was a collaborative project that I personalized.

Notifications You must be signed in to change notification settings

majovanilla/social-network

Repository files navigation

Social Network

This project is a basic Facebook Clone using Ruby on Rails 6.

Included features:

  • You can login with your email or using your real Facebook account.
  • Create posts. comments and likes.
  • Add friends and accept friendships.

screenshot

The objective of the project is to practice our Rails skills in:

  • Architecture Development using ERD
  • Understand MVC
  • Associations
  • Use Devise Gem for authentication
  • Behavior Driven Development

Built With

  • HTML, CSS and Ruby
  • Ruby on Rails 6 Framework
  • Bootstrap
  • RSpec and Capybara
  • Devise Gem
  • Omniauth-Facebook Gem

Live Demo

Live Demo Link

Getting Started

If you want to work on this project, follow the instructions on setting it up locally.

To get a local copy up and running follow these simple example steps.

Prerequisites

You need to have installed in your computer:

Setup

  • Download the repo and open it on your console.
  • Run bundle install on your console to install all the necessary gems.
  • Run rails db:migrate on your console to migrate the database.
  • Run rails s to open the app on your browser using http://localhost:3000/.

Run tests

For testing the application you will need to run: rspec spec

Authors

👤 María Reyes

This project is a fork from a collaborative project I made with Fabricio Garcia.

🤝 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!

Acknowledgments

📝 License

Feel free to fork this project and improve it.

About

This is a Rails project that imitates some basic functionalities of Facebook. A user can sign in, add friends, create posts, and submit comments and likes. This was a collaborative project that I personalized.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages