“Always believe in yourself. Do this and no matter where you are, you will have nothing to fear.” - The Baron, 'The Cat Returns' (2002).
- API de quotes do Studio Ghibli com o objetivo de estudar o framework Ruby on Rails.
# clonar o projeto
git clone git@github.com:carolinacstro/studio-ghibli-api.git
cd studio-ghibli-api
# instalar as dependências do Ruby on Rails
bundle install
# criar os bancos de dados de development e test
rails db:create
# criar as tabelas
rails db:migrate
rails s