README

Technology

  • ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux]
  • Mysql
  • Postman

SETTING YOUR OWN DATABASE

set it in folder config > databse.yml

INSTALL DEPENDENCIES

$ bundle install

CREATE DATABASE

$ rake db:create

RUN MIGRATION

$ rake db:migrate

MAKE DUMMY DATA

$ rake db:seed

RUN SERVER

$ rails s

Testing use Postman

import to your own Postman, import from link a link