/mambo

This is a simple partial clone of the facebook app. It mostly focuses on the core features of the app, mostly user sign up and signing in, being able to sign up with a real facebook account using omniauth. Once signed up, a user can create posts, delete posts, like other user's post. Also a user can comment and add friends from the app.

Primary LanguageRuby

Project Name

This is a building of the facebook app using Ruby on Rails as described from the Odin Project https://www.theodinproject.com/courses/ruby-on-rails/lessons/final-project

screenshot screenshot

Built With

  • Ruby '~>2.7'
  • Bundler '~> 2.0.0'
  • Rails '~> 6.0.2.1rc1'
  • Postgresql '>= 0.18', '< 2.0'

Live Demo

Live version

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You need to have Ruby 2.7 and Rails 6.0.2.1 installed

Setup

Install

Clone the repo and then install the needed gems:

bundle install

Create and Migrate the database:

rails db:create
rails db:migrate

Run the app in a local server:

rails server

Author

👤 Author