Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Latest commit

 

History

History
59 lines (35 loc) · 1.33 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.33 KB

ThankYou

A recommendations database.

Achievements

Build Status

Scrutinizer Code Quality

Code Coverage

Getting started

Developing

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"

Demo

https://thank-you-test.herokuapp.com

License

The project is developed by NIX Solutions Ruby team and distributed under MIT LICENSE