syndacks / twitterClone

a Twitter clone using RoR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production 

Next, migrate the database:

$ rails db:migrate 

Finally, run the test suite to verify that everything is working correctly:

$ rails test 

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

##Live App https://nameless-caverns-38834.herokuapp.com/

About

a Twitter clone using RoR


Languages

Language:Ruby 77.4%Language:HTML 15.2%Language:CSS 3.8%Language:JavaScript 2.6%Language:CoffeeScript 0.9%