Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 675 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 675 Bytes

Rapport

Visit https://www.school-rapport.com

Ruby version 2.6.1

Rapport is a Ruby application designed to improve the performance of teams and their communication.

To contribute, feel free to clone this repository.

User Walk-Through: https://youtu.be/x6Nwust8Ojg

To work on this application locally, after cloning:

  1. Change the gem-file to remove gem 'pg' and replace with gem 'sqlite3'
  2. Run Bundle
  3. Run Rails db:migrate
  4. Run Rails db:seed
  5. Obtain a google oauth key and secret
  6. Add a .env file and paste your key + secret in that file (follow oauth docs for more detail)
  7. run rails s
  8. Open a browser and navigate to localhost://3000

Enjoy

License MIT