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:
- Change the gem-file to remove gem 'pg' and replace with gem 'sqlite3'
- Run Bundle
- Run Rails db:migrate
- Run Rails db:seed
- Obtain a google oauth key and secret
- Add a .env file and paste your key + secret in that file (follow oauth docs for more detail)
- run rails s
- Open a browser and navigate to localhost://3000
Enjoy
License MIT