Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 269 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 269 Bytes

run application

create 'config/database.yml'

bundle install

rake db:create db:migrate db:seed

rails s

Admin panel link

Editor account:

email: editor@example.com

password: 1234567890

run test

rspec