yogi-as / coding-on-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is summary for coding-on-rails test. This submission is INCOMPLETE.

Version

Version of software being used during development:

  • ruby 2.7.2
  • Rails 5.2.4.4
  • Ubuntu 18.04.5 LTS

Need to be listed

Not Yet Done List

  • using Enumeration for project type
  • unit test for controller

How to Get It Run

This step assumes unix-based machine is ready. Clone this repository

$ git clone https://github.com/veryresto/coding-on-rails.git

Go to downloaded folder

$ cd coding-on-rails

Install the gems

$ bundle install

Run the migrations

$ rails db:migrate

(Optional) Run the tests

$ bundle exec rspec

Run the server. By default it will run on http://localhost:3000

$ rails s

About


Languages

Language:Ruby 99.5%Language:HTML 0.5%