/PetFly

Primary LanguageRuby

Rails 6 Template

Setting up app

  1. Clone Repo
  2. bundle install
  3. yarn install
  4. Change database.yml to suit your app's needs
  5. rake db:create
  6. rake db:migrate
  7. cp .env.copy .env
  8. Rename app in:
    • application.rb
    • application.html.slim

Setting up auth

  1. Create new creds in developer.google.com
  2. Add new user
    • User.create(email: 'you@here.com')