- About
- ERD
- Built With
- Live Version
- Getting Started
- Testing
- Contributing
- Authors
- Show Your Support
- License
This project consists of building and testing a social network web application. A large portion its core user functionality mimics that of Facebook.
- Ruby on Rails
- RSpec
- PostgreSQL
- Git
- Bootstrap
- HTML5 & CSS3
- 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
Run the app in a local server:
$ rails server
Use the following login credentials for quick access:
- Name: Test User 5
- Email: test@example.com
- Password: 123456
To test the application, cd into the project directory and run the following command in the terminal:
$ bundle execute rspec
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
👤 Kerron King
- Github: @KerronKing
- Email: kerronk1989@gmail.com
- Linkedin: Kerron King
👤 Andrés F. Moya
- Github: Andrés F. Moya
Give a ⭐️ if you like this project!
This project is MIT licensed.