CHECKS APP API Simple api for product checks on rails In order to run this app you need to clone this repo get ruby v2.4.0 rvm install 2.4.0 create .env file like .env.example cp .env.example .env run bundle run rails db:migrate run rails s To get all api endpoints, execute rails routes