danilovbarbosa / tour_of_herous

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Ruby 72.4%Language:HTML 15.5%Language:JavaScript 8.0%Language:SCSS 2.6%Language:CSS 1.5%