RailsBlogSystem

This is a web blog written in Rails

Requisites

This is a Rails App. You need to install the following tools:

  • ruby sudo apt-get install ruby-full
  • rails gem install rails -v 5.2.3
  • sqlite gem install sqlite3 -v 1.4.1

Installation and Use

On your CLI:

  1. Clone the repository

    git clone https://github.com/mapra99/OdinOnRails.git

  2. cd to the repository's directory

    cd OdinOnRails

  3. Run the localhost server

    rails server

  4. Open your browser and go to http://localhost:3000/cars

Contributors