Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 459 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 459 Bytes

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version 2.4.2
  • Rails version 5.1.1

1.Run this command to install necessary gems

  bundle install

2.Run to import data

  rails db:create db:migrate db:seed

3.Run application

  rails s 

and access http://localhost:3000 to view result.