SimplyResearch is a Ruby on Rails web application where users can upload PDF files of research papers and generate custom slides in seconds
bundle install
EDITOR="nano" bin/rails credentials:edit
Run this command to access your credentials.yml.enc file, which is what rails uses to store and encrypt your secrets. Add the following to enable google sign in/sign out (Make sure to fill it in with your google client id and secret)
google:
client_id: 'your_google_client_id'
client_secret: 'your_google_client_secret'
rails test
👤 Ranveer Singh & James Griffin
- Github: @rsingh135 @jrgriffiniii
Give a ⭐️ if this project helped you