sinscary / alpha-blog

Rails App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a hobby project i built while learning ROR.

To use it or extend more functionality to it follow step by step

clone the repository to your local system.

once done install all the dependencies by running

bundle install

Run all the migrations

bundle exec rake db:migrate

Run rails server by running below command

rails s

App will run on localhost:3000

Thanks @severinkaelin to upgrade it to rails 5.2

Please raise a PR for any bug fix or new features or upgrades

Requirements - rails 5.2.1 ruby >= 2.4.2

About

Rails App


Languages

Language:Ruby 60.8%Language:HTML 34.4%Language:CSS 3.6%Language:JavaScript 1.2%