Skip to content

SINDAN/sindan-visualization

Repository files navigation

SINDAN Visualization

Features

  • List of sindan log
  • Simple Dashboard

Requirements

Getting Started

  • Clone from git

    • git clone this repository
  • Configure database.yml

    cp config/database.yml.example config/database.yml
    
  • Installation

    $ bundle install
    $ bundle exec rails db:migrate
    $ bundle exec rails db:seed
    $ yarn install
  • Development environment

    $ bundle exec bin/dev
  • Testing

    $ bundle exec rails spec