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

nixsolutions/thank-you

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published