somabc / u_social

micro blog platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

micro blog platform


Languages

Language:Ruby 77.7%Language:HTML 16.2%Language:JavaScript 3.8%Language:CSS 2.3%