Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colbycheeze/facebook-app
The Odin Project Ruby on Rails final project: Build Facebook!
https://github.com/colbycheeze/facebook-app
Last synced: about 1 month ago
JSON representation
The Odin Project Ruby on Rails final project: Build Facebook!
- Host: GitHub
- URL: https://github.com/colbycheeze/facebook-app
- Owner: colbycheeze
- Created: 2015-01-03T02:20:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T18:31:43.000Z (almost 10 years ago)
- Last Synced: 2023-02-27T00:16:36.551Z (almost 2 years ago)
- Language: Ruby
- Size: 255 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Facebook-app
[The Odin Project Rails Final Project](http://www.theodinproject.com/ruby-on-rails/final-project?ref=lc-pb)###Features
1. Uses Postgresql and deploys to Heroku
2. Sign in and auth via Devise and Omniauth
3. Users can friend others
4. Users can post, and like posts, or leave comments on posts
5. Users have a timeline, profile with photo, and info
6. Sendgrid is used to send confirmation emails to users on sign-up
7. Styling is an afterthought, but I decided to try out foundation for this project
8. RSpec was used for testing, and this was also my first attempt at using it rather than the built in testing.