Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

53 lines (29 loc) · 1.11 KB

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