Skip to content

massrb/dupe_identity_checker

Repository files navigation

README

Duplicate Identiy Checker (Rails and React)

You may need node. To install with nvm. Install nvm & node

curl-o-https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash

nvm install node               
nvm alias default node          

install yarn

brew install yarn   

build packages and gems

bundle install
yarn install

run server

rails server

navigate browser to http://localhost:3000

About

check for duplicate entries from uploaded csv file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published