anuragdhingra / twitter_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby on Rails twitter-style application

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

About


Languages

Language:Ruby 75.6%Language:HTML 17.7%Language:JavaScript 4.1%Language:CSS 2.5%