A recommendations database.
Install ruby dependencies:
bundle install
Copy database.yml.example into database.yml:
cp database.yml.example database.yml
Make your db configurations and install yarn dependencies:
yarn install
Create and migrate database:
rake db:create && rake db:migrate
Go to rails console and create an Invitation:
Invitation.create
Copy token and go to "localhost:3000/users/sign_up/your_invitation_token"
Register a user.
You can sign in if you go to "localhost:3000/users/sign_in"
https://thank-you-test.herokuapp.com
The project is developed by NIX Solutions Ruby team and distributed under MIT LICENSE