/tour_of_herous

Projeto desenvolvido com base no curso https://www.youtube.com/playlist?list=PLqsayW8DhUmuvgOX08aXYk6Y-HGrdYg20

Primary LanguageRuby

README

Database

  • Execute as migrações
rails db:migrate

Run

  • Para executar este projeto, configure o arquivo credentials.yml.enc, para isto execute:
EDITOR="code --wait" bin/rails credentials:edit 
  • Depois adicione:
authenticate:
  name: admin
  password: admin
  • Por fim, execute:
rails s