Skip to content

leosoaivan/TOP_ror_odinfb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odin Facebook

Odin Facebook is the final project of The Odin Project's Rails curriculum. The assignment can be found here. The project is live via Heroku here

The primary challenge was configuring the user associations, given that, in a symmetrical, Facebook-style relationship, a user can be either a user requesting a friendship or a user receiving a friendship request.

This project was also the first opportunity I had to play around with Devise, which is a beast in and of itself.

Getting Started

N/A

Prerequisites

N/A

Installing

N/A

Running the tests

  1. Make sure you have RSpec installed

    gem install rspec

  2. Run the tests!

    $ rspec

Deployment

N/A

Built With

To-Do

  1. Add testing for Mailer

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Versioning

  • Ruby 2.4.1
  • Rails 5.0.2

Authors

  • LPSV

License

N/A

Acknowledgments

Releases

No releases published

Packages

No packages published