git clone https://github.com/marlonmarcos21/qi.git
- Execute bundle install:
bundle install
- Setup Database (App is using postgres, change to your preferred database if needed)
bundle exec rake db:setup
- Create
.envfile
cp .env.example .env
-
Create google API key here
-
Set google api key in your
.envfile