Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 732 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 732 Bytes

Welcome to the Veriscope Api!

Installation instructions

  1. Clone repo

Starting the Rails Server

  1. bundle install
  2. bundle exec rails db:setup
  3. bundle exec rails s

Setting up the https proxy

  1. npm install
  2. npm run proxy
  3. c/p this into chrome: "chrome://flags/#allow-insecure-localhost"
  4. Click "Enable"

Endpoints

VERB URL Action
GET /evaluate evaluate an article
POST /blacklists add domain to blacklist
POST /concepts add a viral concept
POST /session log in
DELETE /session log out