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.
In this project, we will build a Web App with the following technologies:
- Ruby on Rails
- PostgreSQL
- Ruby on Rails
- RSpec
- PostgreSQL
- Git
- Bootstrap
- HTML & CSS
- Heroku
- OAuth2
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
Contributions, issues and feature requests are welcome! Feel free to check issues page.
- Fork it (https://github.com/AndresFMoya/RoR-Facebook_Clone/develop/fork)
- Create your working branch (git checkout -b [choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add/improve')
- Push to the branch (git push origin [chosen-name])
- Create a new pull request
Give a ⭐️ if you like this project!
This project is MIT licensed.
I will love to hear about you at one of the following places! ❤️