Skip to content

RobPando/odin-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odin Book by Roberto Pando

A Web app similar to Facebook in simple form, where a user can:

  • Sign up with email or facebook

  • Edit and Update profile information

  • User can upload a profile picture

  • User can write posts

  • User can comment on posts

  • User can search for users by name

  • User can friend request, cancel a friend request or unfriend a user

  • User can accept or ignore a friend request

Dependencies

  • Ruby '2.3.1'
  • Rails '5.0.0.1'

Get Started

Install gems

$ bundle install

Migrate db

$ rails db:migrate

Run server

$ rails s

go to localhost:3000

OR

View live: Odin Book

This is the final project suggested by The Odin Project, a clone of Facebook. A nice demonstrations of my Ruby on Rails knowledge.